summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add app to provisioning outputJoas Schilling2016-07-261-0/+1
|
* Fix intergration testsRoeland Jago Douma2016-07-221-2/+2
|
* Merge pull request #505 from nextcloud/fix-license-scriptMorris Jobke2016-07-211-4/+8
|\ | | | | Fix the license script
| * only search the license header for @copyright statementsBjoern Schiessle2016-07-211-2/+3
| |
| * Fix the license scriptJoas Schilling2016-07-211-2/+5
| |
* | Update with robinJoas Schilling2016-07-2115-13/+272
|/
* Implement brute force protectionLukas Reschke2016-07-201-0/+3
| | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-masterLukas Reschke2016-07-141-0/+35
|\ | | | | Fix hidden file list master
| * Add a new integration test for CREATE only sharesJoas Schilling2016-07-141-0/+31
| |
| * Make sure the update was successfulJoas Schilling2016-07-141-0/+4
| |
* | - keep copyright notice and only update the authors listBjoern Schiessle2016-07-131-18/+81
|/ | | | - check if all changes to a file happened after the fork, this allows the authors to check if the file can be relicensed to AGPLv3 or later
* Merge branch 'master' into sync-masterMorris Jobke2016-07-076-11/+117
|\
| * Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-1/+1
| |
| * Add integration testsLukas Reschke2016-06-302-0/+47
| |
| * Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-281-3/+3
| |\ | | | | | | [Master] sync upstream
| | * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-3/+3
| | |\
| * | | Adjust integration testLukas Reschke2016-06-271-0/+1
| |/ / | | | | | | | | | The app is now enabled by default
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-215-40/+146
| |\ \
| * | | fix integration tests for new admin_audit appMorris Jobke2016-06-141-0/+1
| | | |
| * | | Add integration testsMorris Jobke2016-06-141-0/+9
| | | |
| * | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160614Arthur Schiwon2016-06-141-1/+1
| |\ \ \
| * | | | Use proper PhantomJS library and run the tests as separate stepMorris Jobke2016-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | * add dependency for phantomjs
| * | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-111-2/+2
| |\ \ \ \
| * \ \ \ \ Downstream 2016-06-09Arthur Schiwon2016-06-093-1/+73
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609
| * | | | | | Revert "Downstream 2016-06-08"blizzz2016-06-093-73/+1
| | | | | | |
| * | | | | | Get a range from several chunksSergio Bertolin2016-06-091-2/+2
| | | | | | |
| * | | | | | Added another case about overwriting folder using old chunkingSergio Bertolin2016-06-091-16/+12
| | | | | | |
| * | | | | | Added same test using old chunkingSergio Bertolin2016-06-091-1/+17
| | | | | | |
| * | | | | | userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcodedSergio Bertolin2016-06-091-5/+5
| | | | | | |
| * | | | | | add overwriting using chunking but failingSergio Bertolin2016-06-091-0/+19
| | | | | | |
| * | | | | | Added tests about overwriting files and folders as recipientSergio Bertolin2016-06-093-1/+42
| | | | | | |
| * | | | | | no more CLA and switch to AGPLv3 or laterBjoern Schiessle2016-06-061-9/+57
| | | | | | |
* | | | | | | Add integration test for sharing with group, then user in groupVincent Petry2016-07-051-0/+15
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Add integration test for the use case where a group share exists and then the same owner creates a direct share to a user in that group.
* | | | | | Add explicit delete permission to link sharesVincent Petry2016-06-241-3/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
* | | | | Added test with new endpoint (#23934)Sergio Bertolín2016-06-172-37/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added test with new endpoint * Moved all scenarios using new dav endpoint to a new feature file * Removed extra slash in welcome.txt * some fixes * Incorrect user while downloading with range * Fixed Content-disposition
* | | | | Added unfavoriting tests and some rewordingSergio Bertolín2016-06-152-8/+36
| | | | |
* | | | | Fixing the testsSergio Bertolín2016-06-152-21/+20
| | | | |
* | | | | Added favorites integration testsDavid Toledo2016-06-152-1/+62
| | | | |
* | | | | Us an explicit version of sabre/dav to allow caching on the jenkins slaves - ↵Thomas Müller2016-06-141-1/+1
| |_|_|/ |/| | | | | | | | | | | fixes #25087 (#25088)
* | | | Fix typo (found by codespell) (#25073)Stefan Weil2016-06-131-1/+1
| |_|/ |/| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-091-2/+2
| |/ |/| | | | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI
* | Get a range from several chunksSergio Bertolin2016-05-311-2/+2
| |
* | Added another case about overwriting folder using old chunkingSergio Bertolin2016-05-311-16/+12
| |
* | Added same test using old chunkingSergio Bertolin2016-05-311-1/+17
| |
* | userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcodedSergio Bertolin2016-05-311-5/+5
| |
* | add overwriting using chunking but failingSergio Bertolin2016-05-311-0/+19
| |
* | Added tests about overwriting files and folders as recipientSergio Bertolin2016-05-313-1/+42
|/
* Update integration tests for system tags with groupsVincent Petry2016-05-203-17/+232
|
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-2/+2
|
* add auth integration testsChristoph Wurst2016-05-113-0/+198
|