summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | Merge pull request #9355 from nextcloud/dav-upload-lockMorris Jobke2018-05-031-1/+10
|\ \ | | | | | | only allow a single concurrent dav write to a file
| * | only allow a single concurrent dav write to a fileRobin Appelman2018-04-261-1/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Move quota icon to coreJulius Härtl2018-05-033-5/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-0314-0/+14
| | |
* | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-026-42/+115
|\ \ \ | | | | | | | | option for a seperate audit log file
| * | | use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-265-1/+60
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix dav testArthur Schiwon2018-04-261-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-262-42/+56
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | destaticfy Log classesArthur Schiwon2018-04-261-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-023-17/+12
|\ \ \ \ | | | | | | | | | | Use an actual function of the storage to determine needsPartFile
| * | | | Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-013-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Fix testsRoeland Jago Douma2018-05-012-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | External mount does not get DELETE and UPDATE if readonlyRoeland Jago Douma2018-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Make it possible to make external storages read onlyRoeland Jago Douma2018-05-013-3/+13
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #9178 from nextcloud/feature/9142/directdownloadMorris Jobke2018-05-0117-2/+1238
|\ \ \ \ | | | | | | | | | | Add directdownload endpoint
| * | | | Improve the directContollerRoeland Jago Douma2018-04-262-15/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tests * No directdownload from storage yet (as it is not tested at all) * No direct links for folders Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add tests for DirectFile and DirectHomeRoeland Jago Douma2018-04-263-1/+315
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Throttle requests to unknown tokensRoeland Jago Douma2018-04-263-5/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-265-2/+74
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Check if a direct link is expiredRoeland Jago Douma2018-04-262-21/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add directDownload support of storageRoeland Jago Douma2018-04-262-12/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | No listingRoeland Jago Douma2018-04-261-12/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Dav endpoint returns proper dataRoeland Jago Douma2018-04-265-15/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Request a direct linkRoeland Jago Douma2018-04-262-5/+53
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | First step of DAV endpointRoeland Jago Douma2018-04-269-1/+372
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add DB mappingRoeland Jago Douma2018-04-262-0/+93
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add directdownload tableRoeland Jago Douma2018-04-262-1/+81
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9202 from nextcloud/feature/1332/trashbin_davRoeland Jago Douma2018-05-0114-1/+923
|\ \ \ \ \ | |_|_|_|/ |/| | | | Trashbin endpoint in DAV
| * | | | Add folder for trashbinRoeland Jago Douma2018-04-2512-74/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trashbin home now contains 2 entries restore and trash. Made all files strict. Added more types. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Use getType to determine type of entryRoeland Jago Douma2018-04-253-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add propfind properties to trashbinRoeland Jago Douma2018-04-259-10/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * get original filename (without the weird timestamp) * get original location Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add special restore folderRoeland Jago Douma2018-04-259-4/+145
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Emptry trashbinRoeland Jago Douma2018-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A delete on a users trashbin will empty it (the trashbin won't be deleted of course) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | List trashbin in DAVRoeland Jago Douma2018-04-2510-1/+577
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First steps for #1332 * Add a new DAV collection * List all files in the trashbin for this user * Deleting files from trashbin * Get files from trashbin (just read) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-05-012-0/+2
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-308-14/+30
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-2914-0/+30
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-2818-14/+14
| | | | |
* | | | | Merge pull request #9309 from nextcloud/feature/noid/no_js_sharepermission_logicMorris Jobke2018-04-272-17/+7
|\ \ \ \ \ | | | | | | | | | | | | Do not add sharePermission logic in JS
| * | | | | Fix sharedfilelistSpec.js testsRoeland Jago Douma2018-04-261-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Do not add sharePermission logic in JSRoeland Jago Douma2018-04-261-14/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a dedicated dav property. We should do all the magic in 1 place. Not several. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | unbound cloned connection fixRoger Szabo2018-04-271-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | | | Merge pull request #9319 from nextcloud/rakekniven-patch-1Morris Jobke2018-04-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed typo