Commit Graph

3926 Commits (0196c2903fc48625a8465eff144db1467ecdec93)

Author SHA1 Message Date
Oliver Günther f837412ff3
Fix lib specs 8 years ago
Oliver Günther e652268b44
Avoid explicitly testing html output 8 years ago
Jens Ulferts cf8b2c568e
ActionController::Parameter no longer is a hash 8 years ago
Jens Ulferts bafaab4d7b
use fixture_file_upload to spec file upload 8 years ago
Jens Ulferts 6932a6bc6a
remove spec deprecations which lead to test failures 8 years ago
Jens Ulferts 7f81eb4f3b
adapt spec expectation to ActionController::Parameters 8 years ago
Jens Ulferts d7042a2bf0
fix specs 8 years ago
Jens Ulferts 7c1537bc62
params are not turned into string - thus "double" 8 years ago
Jens Ulferts c00a2602e2
fix permitting custom field value params 8 years ago
Jens Ulferts fb611c14eb
fix explicit test response generation 8 years ago
Jens Ulferts 339d1025ee
rely on url_for to fill in request's parameters on sort urls 8 years ago
Jens Ulferts 84e86b22b5
rely on url_for to fill in request's parameters on calendar url 8 years ago
Jens Ulferts 24e285f05e
do not provide params explicilty - use those sanitized by rails 8 years ago
Oliver Günther 16cf36dfb1
Remove skipped v2 view spec 8 years ago
Jens Ulferts 181514742f
replace observers by moving functionality inside the observed object 8 years ago
Jens Ulferts ea36f19be2
replace ineffective permission assignments 8 years ago
Jens Ulferts 6fcb2913d4
cast to array before slicing 8 years ago
Jens Ulferts 94d69a39d7
reimplement test removed in 07cb02b 8 years ago
Jens Ulferts 693090136d
normalize permissions 8 years ago
Jens Ulferts 3396e2dc96
adapt spec format to avoid deprecation 8 years ago
Oliver Günther fe0e8dd919
Rename before_filter to before_action 8 years ago
Oliver Günther 07cb02b631
Remove activerecord-tableless 8 years ago
Jens Ulferts bafee7a5ab
adapt specs after gem bump 8 years ago
Oliver Günther 59da2c6175
Actually rehash on the correct object instance 8 years ago
Oliver Günther fff21a1229
UserPasswords: Replace salted SHA-1 with bcrypt 8 years ago
Oliver Günther 57a4539ddb
Remove unused format.js versions#create 8 years ago
Jens Ulferts 28fc8d37b2
split memberships concerns from users controller 8 years ago
Oliver Günther be72ea9605
[23853] Post the original form attributes when copying 8 years ago
Jens Ulferts c945cd2021
replace prototype in views 8 years ago
Oliver Günther 8593ad1c24
Replace deprected matcher implementation 8 years ago
Oliver Günther 6a91e4a32a
Fix wiki controller item specs 8 years ago
Oliver Günther 36c3d7d894
[23879] Fix editing a subject in the table after creation 8 years ago
Oliver Günther a365562aa7
[23881] Fix permission check in top-menu 8 years ago
Oliver Günther a9f2c55564
[23272] Show linked revisions from other projects if visible 8 years ago
Henriette Dinger 5c8056cbee Fix broken tests 8 years ago
Oliver Günther 5f8ebfdfc6
Add feature spec to test expiry of sessions 8 years ago
Oliver Günther a3c68572fc
Inherit parent with_config values 8 years ago
Oliver Günther 98fdadd02c
Add UserSession model to store user_id in sessions 8 years ago
Jens Ulferts 05e104e775
attempt fixing spec only failing on travis 8 years ago
Jens Ulferts 3246747ae0
adapt to newly introduced query 8 years ago
Jens Ulferts ab93799c8b
improve menu performance by rendering to existing controller 8 years ago
Jens Ulferts 1c8c55d25f
avoid query initialization on html request 8 years ago
Jens Ulferts 44e4343f05
add integrational tests for Authorization.projects 8 years ago
Oliver Günther c5ca7e7782
Actually save the title, not the name 8 years ago
Oliver Günther 3f4388816e
Replace setting with a configuration variable 8 years ago
Henriette Dinger 2e6adb9f6d Fix broken specs 8 years ago
Jens Ulferts a0c7658c18 only return users eligible for watching but not already watching 8 years ago
Jens Ulferts ff3ecc9e59 employ sql based user allowed scope for acts as watchable 8 years ago
Jens Ulferts 1ddc142fd3 add sql based query to fetch all users being allowed an action 8 years ago
Jens Ulferts 06c6defa51 replaces ruby based permission check for allowed_to? with sql based query 8 years ago