summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Also disallow ; in remote urlsJoas Schilling2020-04-141-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-1010-41/+41
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1041-98/+27
* Use elseif instead of else ifChristoph Wurst2020-04-1015-76/+76
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-092-3/+1
|\
| * Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
| * Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-1/+1
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-097-11/+11
|/
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-5/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-082-2/+2
* Remove user name from public sharing pageJoas Schilling2020-04-011-5/+25
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3114-4/+17
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-275-7/+0
|\
| * Remove unused importsChristoph Wurst2020-03-255-7/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-266-33/+33
|/
* Convert share event to an interaction eventChristoph Wurst2020-03-252-1/+97
* Auto accept group shares for users added to a groupRoeland Jago Douma2020-03-252-0/+85
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-201-8/+0
* Allow the video player on the hide downloadJoas Schilling2020-03-191-8/+18
* Fix willReturnOnConsecutiveCallsJoas Schilling2020-03-131-0/+1
* Don't allow anchors and queries in remote urlsJoas Schilling2020-03-121-0/+3
* Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ2020-03-121-1/+8
|\
| * Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-111-0/+6
| * Fix import order and formattingJohn Molakvoæ (skjnldsv)2020-03-111-1/+2
* | Merge pull request #19861 from nextcloud/bugfix/noid/load-remote-shares-also-...Joas Schilling2020-03-111-0/+4
|\ \
| * | Don't break when one remote share is downJoas Schilling2020-03-091-0/+4
| |/
* | Unify the code a bitJoas Schilling2020-03-103-37/+38
* | Use contacts name on federated activitiesJoas Schilling2020-03-103-27/+49
|/
* Don't try to format deleted sharesRoeland Jago Douma2020-03-021-0/+10
* Allow single file downloads so the video player works againJoas Schilling2020-02-281-8/+10
* Allow to overwrite share target mountpointsJoas Schilling2020-02-171-0/+8
* Merge pull request #19349 from nextcloud/bugfix/noid/prevent-download-on-secu...Roeland Jago Douma2020-02-081-1/+4
|\
| * Prevent archieved download on secure viewJoas Schilling2020-02-071-1/+4
* | Disable link shares of disabled usersRoeland Jago Douma2020-02-071-0/+12
|/
* Use the target for file notificationsRoeland Jago Douma2020-01-241-2/+2
* Make auto accepting the default and provide setting to enforce the share acce...Julius Härtl2020-01-162-3/+9
* Remove global share accepter since auto-accepting is the defaultJulius Härtl2020-01-162-64/+0
* Listen to the right even for auto share acceptRoeland Jago Douma2020-01-151-9/+30
* Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-151-2/+2
* Fix license headersChristoph Wurst2020-01-133-1/+5
* moving ->getParent earlierMaxence Lange2020-01-081-1/+1
* Add pending share list to frontendJulius Härtl2020-01-072-5/+34
* A pending shares overviewRoeland Jago Douma2020-01-071-0/+30
* Accept shares when you open mailRoeland Jago Douma2020-01-061-0/+83
* Do not use $_GETRoeland Jago Douma2020-01-051-4/+3