summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an activity when managing favoritesJoas Schilling2016-12-044-15/+300
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-1/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Working towards groupsJoas Schilling2016-11-251-108/+68
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* document new variableMorris Jobke2016-11-221-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the display name for files activities againJoas Schilling2016-11-221-4/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2154 from nextcloud/comments-activities-updateMorris Jobke2016-11-221-10/+9
|\ | | | | Move comments activities to the new API
| * Fix wrong copyright headersJoas Schilling2016-11-161-10/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2109 from nextcloud/oc_26533Morris Jobke2016-11-181-0/+5
|\ \ | |/ |/| Transfer ownership only analyze home storage
| * Test on storageRoeland Jago Douma2016-11-151-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Transfer ownership only analyze home storageVincent Petry2016-11-141-0/+5
| | | | | | | | | | | | | | | | | | | | When transferring ownership, only the local files will be transferred during the rename operation. This means that the analyzing code doesn't need to recurse into any mount points. Furthermore this fixes issues where FailedStorage might appear as mount points as a result of inaccessible external storages or shares. So this makes it more robust.
* | Update the since version to 11.0.0Joas Schilling2016-11-168-50/+50
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Remove the old activity extensionJoas Schilling2016-11-161-343/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add back the support for the short translationsJoas Schilling2016-11-161-4/+68
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't even try to combine when the subject is differentJoas Schilling2016-11-161-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Provider for the files appJoas Schilling2016-11-161-0/+207
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Register the settings of the files app via info.xmlJoas Schilling2016-11-166-20/+491
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move the favorites filter to IFilterJoas Schilling2016-11-163-84/+166
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move files filter to IFilterJoas Schilling2016-11-162-15/+98
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2125 from nextcloud/downstream-26546Morris Jobke2016-11-151-3/+3
|\ \ | | | | | | Transfer ownership now returns exit code on error
| * | Transfer ownership now returns exit code on error (#26546)Vincent Petry2016-11-141-3/+3
| |/
* | Merge pull request #2115 from nextcloud/oc_26527Roeland Jago Douma2016-11-141-15/+21
|\ \ | | | | | | Skip broken shares when transferring ownership (#26527)
| * | Skip broken shares when transferring ownership (#26527)Vincent Petry2016-11-141-15/+21
| |/
* / First process group shares and then user sharesVincent Petry2016-11-141-1/+1
|/ | | | | | | | This prevents a validation failure where the code checks whether a file is already shared with another user, but the check disables itself when the owner is the same. Processing the groups first prevents the check to kick in too early when the group share still has the old owner while we try transferring the user share.
* Update thumbnail endpoint to new generatoRoeland Jago Douma2016-11-031-6/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1915 from nextcloud/downstream-26398Lukas Reschke2016-11-031-8/+6
|\ | | | | Add using casing check/fix for initMountPoints
| * Add using casing check/fix for initMountPointsVincent Petry2016-11-021-8/+6
| |
* | remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-2/+0
|/ | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update permissionsBjoern Schiessle2016-11-011-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-192-38/+0
| | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust wording to make the separation between sharing and files clearerJoas Schilling2016-10-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure the UID is correctly casedJoas Schilling2016-10-171-3/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1418 from nextcloud/add-move-rename-supportMorris Jobke2016-10-051-1/+26
|\ | | | | Add support for translations of move/rename activities
| * Add support for translations of move/rename activitiesJoas Schilling2016-10-051-1/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add icons to activity navigationJoas Schilling2016-10-051-0/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use correct case for addScript (#26214)Jörn Friedrich Dreyer2016-09-261-15/+15
| | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Before a user is getting scanned the database connection is re-establishedThomas Müller2016-08-291-1/+26
|
* Merge pull request #1005 from nextcloud/fix_994Lukas Reschke2016-08-232-7/+51
|\ | | | | Do not error on maxUploadChange
| * Do not error on maxUploadChangeRoeland Jago Douma2016-08-222-7/+51
| | | | | | | | | | | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994
* | When requesting a permalink to an invalid file redirectRoeland Jago Douma2016-08-191-4/+3
| | | | | | | | We need to do the redirect to update address bar.
* | When using permalinks don't error out if file id can't be foundRoeland Jago Douma2016-08-191-9/+6
|/ | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts
* Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-12/+0
|\ | | | | IE8 be gone!
| * Remove IE8 support from ViewControllerRoeland Jago Douma2016-08-161-12/+0
| | | | | | | | | | * Update tests * Fix getMock in tests
* | move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-132-68/+1
| | | | | | | | gets its own section
* | change casing in section display namesArthur Schiwon2016-08-131-1/+1
| |
* | adjust files app, and integrate files_external into that sectionArthur Schiwon2016-08-112-0/+160
|/
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+1
|
* Add recent file listingRobin Appelman2016-07-221-0/+2
|
* add recent files api endpointRobin Appelman2016-07-222-18/+51
|