summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Add caching headers for public previewsJulius Härtl2019-01-021-2/+6
* Fix typo in "incoming"Joas Schilling2018-12-051-2/+2
* Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-041-1/+1
|\
| * Fix wrong used typeJoas Schilling2018-11-231-1/+1
* | Merge pull request #12628 from nextcloud/bugfix/act-317/missing-activity-for-...Morris Jobke2018-11-301-0/+12
|\ \
| * | Parse activity when a user self-unshares a fileJoas Schilling2018-11-231-0/+12
| |/
* | Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-292-2/+4
* | add capabilities for multiple share linksBjoern Schiessle2018-11-261-0/+1
|/
* Handle permission in update of share betterRoeland Jago Douma2018-11-201-0/+4
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-2/+2
* Merge pull request #12398 from nextcloud/fix/12378Morris Jobke2018-11-131-6/+15
|\
| * change "Download" to "Download all files" for shared foldersJonas Sulzer2018-11-101-6/+15
* | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
|/
* Merge pull request #12324 from nextcloud/add-password-response-parameter-for-...Morris Jobke2018-11-071-0/+4
|\
| * Add "password" parameter to the response data of link sharesDaniel Calviño Sánchez2018-11-061-0/+4
* | Reduce function callsMorris Jobke2018-11-071-1/+1
* | Adapts the code to the new master stateMichael Weimann2018-11-071-15/+23
* | Inlines the share note for file dropsMichael Weimann2018-11-071-0/+1
* | Inlines the share note for file dropsMichael Weimann2018-11-071-2/+1
* | Hides the header actions for file dropsMichael Weimann2018-11-071-1/+0
|/
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-0/+2
* Merge pull request #12185 from nextcloud/cleanup/dicontainerMorris Jobke2018-11-051-1/+2
|\
| * Fix files_sharingRoeland Jago Douma2018-11-021-1/+2
* | Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-4/+80
|\ \ | |/ |/|
| * user can have his resharing rights revoked, yet seeing created sharesMaxence Lange2018-11-021-6/+13
| * check parents resharing rightsMaxence Lange2018-11-021-6/+14
| * limit to circles moderatorMaxence Lange2018-11-021-1/+2
| * display shares to circles moderatorMaxence Lange2018-11-021-0/+22
| * shares are displayed to users with resharing rightsMaxence Lange2018-11-021-0/+38
* | Add sending the password by Talk for a link share to ShareAPIControllerDaniel Calviño Sánchez2018-11-021-0/+20
|/
* allow to update lables for public link sharesBjoern Schiessle2018-11-011-1/+15
* allow to add labels to sharesBjoern Schiessle2018-11-011-5/+13
* allow to create multiple link shares via share apiBjoern Schiessle2018-10-311-9/+0
* Honour "hide download" in the public share pageDaniel Calviño Sánchez2018-10-301-6/+8
* Expose hide download to public pageRoeland Jago Douma2018-10-301-0/+1
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-2/+12
* Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-231-2/+21
|\
| * Use lax CSP when the share is a talk shareJoas Schilling2018-10-221-2/+21
* | Public fixes, request & default to gridJohn Molakvoæ (skjnldsv)2018-10-231-0/+1
|/
* Merge pull request #11862 from nextcloud/bugfix/ensure_cache_it_initblizzz2018-10-171-1/+3
|\
| * Double check for failed cache with a shared storageRoeland Jago Douma2018-10-161-1/+3
* | Merge pull request #11870 from nextcloud/fix/noid/proper-column-name-escapingMorris Jobke2018-10-161-1/+1
|\ \
| * | Properly escape column name in "createFunction" callMorris Jobke2018-10-161-1/+1
| |/
* / Move files_drop to compiled handlebarsRoeland Jago Douma2018-10-161-0/+1
|/
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-2/+2
* Allow userId to be nullRoeland Jago Douma2018-10-041-1/+1
* Move to 1 template file for filesRoeland Jago Douma2018-10-011-1/+1
* Compile filesummary handlebarsRoeland Jago Douma2018-09-271-0/+2
* do not explode when getting permissions from a FailedStorageArthur Schiwon2018-09-261-1/+9
* Properly check share permissionsRoeland Jago Douma2018-09-061-2/+8