summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-17186-308/+308
|
* Delete the previews when a version is restoredRoeland Jago Douma2018-05-141-0/+8
| | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9420 from nextcloud/feature/5263/cleanup_previesMorris Jobke2018-05-141-5/+11
|\ | | | | Cleanup previews in the background
| * Fix testsRoeland Jago Douma2018-05-141-5/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9446 from ↵Morris Jobke2018-05-147-2/+26
|\ \ | |/ |/| | | | | nextcloud/feature/9416/fileid_trashbin_dav_endpoint Support fileid propfind on trash endpoint
| * Support fileid propfind on trash endpointRoeland Jago Douma2018-05-117-2/+26
| | | | | | | | | | | | | | | | | | Fixes #9416 In order to support previews on mobile clients they will need the fileid of files in the trashbin. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9464 from nextcloud/fix/noid/version_expiration_DIMorris Jobke2018-05-144-28/+8
|\ \ | | | | | | Use more magic DI in files_versions
| * | Use more magic DI in files_versionsRoeland Jago Douma2018-05-114-28/+8
| |/ | | | | | | | | | | | | There is no need to register this. The system can figure out by itself what it needs to do :) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-1388-86/+88
| |
* | Merge pull request #9288 from GitHubUser4234/ldap_password_renew_nc13fixRoeland Jago Douma2018-05-122-10/+125
|\ \ | | | | | | Ldap password renewal fixes for NC13
| * | Remove unneeded semicolon and parenthesesRoger Szabo2018-04-251-1/+1
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | css indent alignmentRoger Szabo2018-04-251-70/+87
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | adjust css to nc13 core changesRoger Szabo2018-04-241-5/+107
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | remove reset password linkRoger Szabo2018-04-241-6/+2
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-1222-50/+72
| |/ |/|
* | Merge pull request #9447 from nextcloud/feature/noid/trashbin_propfind_oc_sizeRoeland Jago Douma2018-05-114-0/+14
|\ \ | | | | | | Trashbin propfind respond to oc:size
| * | Trashbin propfind respond to oc:sizeRoeland Jago Douma2018-05-104-0/+14
| | | | | | | | | | | | | | | | | | | | | In order to display the total size of folders also in the clients (and web) we should return the oc:size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-112-0/+2
|/ /
* | Merge pull request #9360 from GitHubUser4234/ldap_password_renew_invarg_fixRoeland Jago Douma2018-05-102-6/+6
|\ \ | | | | | | Fix "Invalid argument supplied for foreach()"
| * | adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-091-4/+4
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-021-2/+2
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | Merge pull request #9427 from ↵Roeland Jago Douma2018-05-102-2/+9
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/no_listing_if_not_in_debug_trash_version If not in debug disable principal listing
| * | | If not in debug disable principal listingRoeland Jago Douma2018-05-082-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Trashbin and Version should have the same behaviour as the other collections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-1028-14/+150
| | | |
* | | | Merge pull request #9415 from nextcloud/feature/noid/trashbin_dav_deletion_timeMorris Jobke2018-05-096-3/+19
|\ \ \ \ | | | | | | | | | | Propfind for deletion time of trash files
| * | | | Propfind for deletion time of trash filesRoeland Jago Douma2018-05-086-3/+19
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2018-05-092-2/+2
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-05-0812-0/+58
| | |
* | | Merge pull request #8842 from lanxenet/patch-1Morris Jobke2018-05-071-8/+10
|\ \ \ | | | | | | | | fix(AmazonS3): fix loop $result['Contents'] error
| * | | fix(AmazonS3): fix loop $result['Contents'] errorenoch2018-03-161-8/+10
| | | | | | | | | | | | Invalid argument supplied for foreach() at /var/www/html/apps/files_external/lib/Lib/Storage/AmazonS3.php#295
* | | | Merge pull request #9393 from nextcloud/bugfix/noid/fix-workflow-rulesblizzz2018-05-072-374/+377
|\ \ \ \ | | | | | | | | | | Fix workflow rules
| * | | | Do not error when the tag does not existJoas Schilling2018-05-041-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Reset the value when changing the check class (because it might be invalid)Joas Schilling2018-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Revert back to tabsJoas Schilling2018-05-041-372/+372
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix "data is undefined" by adjusting the name of the parameterJoas Schilling2018-05-041-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #9029 from nextcloud/settings-restructureMorris Jobke2018-05-078-13/+20
|\ \ \ \ \ | | | | | | | | | | | | Restructure server settings
| * | | | | Adjust updatenotification app settings section/priorityJulius Härtl2018-05-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Fix settings testsJulius Härtl2018-05-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Move documentation link in relation to the headingJulius Härtl2018-05-032-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Move files settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Move dav settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Fix jsunit testsJulius Härtl2018-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-05-0710-0/+18
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-05-066-0/+6
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-05-0510-4/+14
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-05-048-0/+12
| | | | |
* | | | | Merge pull request #9353 from nextcloud/feature/4724/versions_davMorris Jobke2018-05-0310-1/+570
|\ \ \ \ \ | | | | | | | | | | | | Add versions DAV endpoint
| * | | | | Allow to read get old versionsRoeland Jago Douma2018-05-012-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Add rollbackRoeland Jago Douma2018-05-016-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Add version collection to DAVRoeland Jago Douma2018-05-019-1/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listed as versions/<username>/versions/<file id>/<timastamp> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>