aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple users having the same external share mountpointRobin Appelman2014-06-162-1/+5
* Add route which went missing during rebaseRobin Appelman2014-06-161-0/+1
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-0/+2
* Support path lengths up to 4000 charsRobin Appelman2014-06-141-1/+1
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-141-0/+1
* Add interface for accpeting external sharesRobin Appelman2014-06-142-0/+5
* Add coments to database and dont use sql keywords as table namesRobin Appelman2014-06-141-2/+10
* Add server<->server sharing backendRobin Appelman2014-06-143-1/+93
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-132-18/+0
* fix liskov substitution principle in admin mail template settings, fixes #8997Jörn Friedrich Dreyer2014-06-121-1/+1
* fix db queryBjoern Schiessle2014-06-061-1/+1
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-062-1/+39
* Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-051-0/+9
|\
| * Fixed wording to "Shared by link"Vincent Petry2014-06-041-1/+1
| * Added "Shared with link" sidebar section in files appVincent Petry2014-06-041-0/+9
* | convert mail template editor to app framework for a restful apiJörn Friedrich Dreyer2014-06-031-0/+15
* | minimal mail template editor for administrators, refs #7177Jörn Friedrich Dreyer2014-06-021-0/+3
|/
* Fixed navigation orderVincent Petry2014-05-301-2/+2
* Added sharing overview page (WIP)Vincent Petry2014-05-301-0/+20
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-0/+3
* Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller2014-05-021-4/+4
* Expose public shares over webdavRobin Appelman2014-04-252-2/+2
* split-up the update script and add unit tests for itBjoern Schiessle2014-04-231-21/+37
* typos, use, unused and return fixedThomas Müller2014-04-231-1/+3
* fix etag propagationBjoern Schiessle2014-04-231-2/+0
* update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-232-61/+44
* Merge pull request #7293 from owncloud/update-shares-postgresVincent Petry2014-04-012-16/+3
|\
| * Refactor update script to class and add unit testMorris Jobke2014-03-131-13/+1
| * fix update to remove shares where file doesn't exist on postgresJamie McClelland2014-03-132-15/+14
* | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-1/+1
|/
* Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-0/+1
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-0/+1
* Fixed sharing hook to not remove the share before the trashbinVincent Petry2013-11-271-0/+1
* Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+2
* fix escapingMorris Jobke2013-10-081-1/+1
* make sure that we only remove file/folder sharesBjoern Schiessle2013-10-082-3/+3
* Merge branch 'master' into remove_deleted_shares_from_dbBjoern Schiessle2013-10-072-1/+31
|\
| * some unit test for the new ocs share apiBjoern Schiessle2013-09-191-1/+1
| * use share ID as REST resourceBjoern Schiessle2013-09-171-17/+8
| * more rest-style APIBjoern Schiessle2013-09-171-22/+16
| * ocs api for file sharingBjoern Schiessle2013-09-161-24/+8
| * some more OCS calls for sharingBjoern Schiessle2013-09-061-1/+8
| * intermediate result ocs apiBjoern Schiessle2013-09-061-3/+19
| * intermediate results, share apiBjoern Schiessle2013-09-041-14/+0
| * initial commit, start implementing the ocs share apiBjoern Schiessle2013-09-042-1/+53
* | clean up oc_share table from files which are no longer existsBjoern Schiessle2013-10-072-7/+17
|/
* outsource sharing and deleted files previews to appsGeorg Ehrke2013-08-191-0/+5
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* we need to listen to the pre delete hook, otherwise the file is already goneBjörn Schießle2013-03-131-1/+1