aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix shared cacheRoeland Jago Douma2018-09-061-1/+1
* Check the permission of the underlying storageRoeland Jago Douma2018-09-061-1/+2
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-241-0/+1
|\
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-241-0/+1
* | Add rooms in the default candidate types to look for when sharingDaniel Calviño Sánchez2018-08-241-0/+6
* | cache parent exists status during share setupRobin Appelman2018-08-163-10/+17
* | only determine is sharing is disabled for a user onceRobin Appelman2018-08-162-2/+12
* | don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-162-1/+5
* | re-use view instances for shared storagesRobin Appelman2018-08-162-6/+17
* | more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
* | more efficient unique share target generationRobin Appelman2018-08-162-13/+10
|/
* Merge pull request #10255 from nextcloud/add-support-for-room-sharesBjörn Schießle2018-08-094-9/+120
|\
| * Suppress Phan warnings about calling undeclared class methodsDaniel Calviño Sánchez2018-08-082-0/+8
| * Add support for room shares to the share owner updaterDaniel Calviño Sánchez2018-08-081-0/+1
| * Add room shares to the MountProvider for sharesDaniel Calviño Sánchez2018-08-081-0/+1
| * Add support for room shares to DeletedShareAPIControllerDaniel Calviño Sánchez2018-08-081-5/+48
| * Add support for room shares to ShareAPIControllerDaniel Calviño Sánchez2018-08-081-4/+62
* | Fix multiSelectMenu for public shares #10536MartB2018-08-061-0/+1
|/
* Add event to load additional scripts in the auth page for public sharesDaniel Calviño Sánchez2018-07-241-0/+29
* Add support for sending the password by Talk to ShareAPIControllerDaniel Calviño Sánchez2018-07-241-2/+31
* return the as well note if we fetch a shareBjoern Schiessle2018-07-211-0/+1
* show note on public link pageBjoern Schiessle2018-07-211-0/+1
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-3/+11