summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1026-35/+3
* Use elseif instead of else ifChristoph Wurst2020-04-105-23/+23
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0913-13/+0
* Show the displayname instead of the user idJoas Schilling2020-04-081-19/+34
* Try to use the display name of file transfersJoas Schilling2020-04-081-6/+20
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-1/+9
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-12/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-12/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-265-8/+8
|/
* Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ2020-03-121-0/+5
|\
| * Use dispatchTypedJohn Molakvoæ (skjnldsv)2020-03-111-1/+1
| * Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-111-0/+5
* | Unify the code a bitJoas Schilling2020-03-101-16/+36
* | Use contacts name on federated activitiesJoas Schilling2020-03-101-11/+35
* | Combine move activities as wellJoas Schilling2020-03-101-1/+5
|/
* Do not allow transfer ownership when the user isn't the ownerChristoph Wurst2020-03-031-0/+4
* Make sure that the transfer entry is present in the databaseJulius Härtl2020-02-241-5/+13
* Merge pull request #19412 from nextcloud/fix/19404/make-favorite-publicChristoph Wurst2020-02-211-3/+2
|\
| * Make TAG_FAVORITE publicDaniel Kesselberg2020-02-121-3/+2
* | Fix event typeJoas Schilling2020-02-061-1/+1
|/
* Allow specifying this is the first loginRoeland Jago Douma2020-02-031-2/+9
* Catch \Error in Transfer::restoreSharesTobia De Koninck2020-02-031-1/+1
* Prevent transferring data to user which never loggedinTobia De Koninck2020-02-031-1/+1
* Add option to transfer-ownership to move dataTobia De Koninck2020-02-032-5/+24
* Fix Sidebar legacy FileInfoModel requirementJohn Molakvoæ (skjnldsv)2020-01-161-0/+3
* Fix webdav urlJohn Molakvoæ (skjnldsv)2020-01-101-0/+2
* Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-idRoeland Jago Douma2019-12-221-3/+3
|\
| * Expose exception message in the responseJulius Härtl2019-12-201-3/+3
* | Update license headers for 18Christoph Wurst2019-12-2010-0/+12
|/
* added line breaks to incoming transfer notificationSascha Wiswedel2019-12-171-2/+2
* added patience note for shareeSascha Wiswedel2019-12-171-2/+2
* transfer ownership dialog word choiceSascha Wiswedel2019-12-171-1/+1
* notification polishingSascha Wiswedel2019-12-171-18/+18
* Transfer ownership function polishingSascha Wiswedel2019-12-171-6/+6
* Merge pull request #18359 from nextcloud/fix/18271/dismiss_transfer_ownership...blizzz2019-12-131-2/+49
|\
| * Dismiss transferownership notification cancels transferRoeland Jago Douma2019-12-111-2/+49
* | Add typed events for the filesystem/scannerChristoph Wurst2019-12-133-22/+17
|/
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-2/+2
|\
| * Use file path for direct editingJulius Härtl2019-12-051-2/+2
* | Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-102-10/+13
* | Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+1
|\ \
| * | use OCP\EventDispatcher\GenericEvent for loading additional scripts in the fi...Robin Appelman2019-12-051-1/+1
| |/
* | Decouple resource provider registrationDaniel Kesselberg2019-12-071-4/+4
* | Merge pull request #18242 from nextcloud/directEditingEditorWithIdRoeland Jago Douma2019-12-051-0/+1
|\ \
| * | add id to editor of direct editingtobiasKaminsky2019-12-051-0/+1
| |/
* / Update license headersChristoph Wurst2019-12-0545-66/+154
|/
* Merge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-er...Roeland Jago Douma2019-12-041-1/+6
|\
| * Catch file transfer error and stop transfer ownership commandChristoph Wurst2019-11-271-1/+6