| Commit message (Expand) | Author | Age | Files | Lines |
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 3 | -1/+93 |
* | move mail template editor from core to standalone templateeditor repo | Jörn Friedrich Dreyer | 2014-06-13 | 2 | -18/+0 |
* | fix liskov substitution principle in admin mail template settings, fixes #8997 | Jörn Friedrich Dreyer | 2014-06-12 | 1 | -1/+1 |
* | fix db query | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
* | don't allow to share single files with delete permissions, user should only b... | Bjoern Schiessle | 2014-06-06 | 2 | -1/+39 |
* | Merge pull request #8861 from owncloud/share-overview-linklist | Vincent Petry | 2014-06-05 | 1 | -0/+9 |
|\ |
|
| * | Fixed wording to "Shared by link" | Vincent Petry | 2014-06-04 | 1 | -1/+1 |
| * | Added "Shared with link" sidebar section in files app | Vincent Petry | 2014-06-04 | 1 | -0/+9 |
* | | convert mail template editor to app framework for a restful api | Jörn Friedrich Dreyer | 2014-06-03 | 1 | -0/+15 |
* | | minimal mail template editor for administrators, refs #7177 | Jörn Friedrich Dreyer | 2014-06-02 | 1 | -0/+3 |
|/ |
|
* | Fixed navigation order | Vincent Petry | 2014-05-30 | 1 | -2/+2 |
* | Added sharing overview page (WIP) | Vincent Petry | 2014-05-30 | 1 | -0/+20 |
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
* | move the mount point up if a share is mounted to a subfolder and the subfolde... | Bjoern Schiessle | 2014-05-21 | 1 | -0/+3 |
* | Images on public sharing get downscaled to increase use experience - this wil... | Thomas Müller | 2014-05-02 | 1 | -4/+4 |
* | Expose public shares over webdav | Robin Appelman | 2014-04-25 | 2 | -2/+2 |
* | split-up the update script and add unit tests for it | Bjoern Schiessle | 2014-04-23 | 1 | -21/+37 |
* | typos, use, unused and return fixed | Thomas Müller | 2014-04-23 | 1 | -1/+3 |
* | fix etag propagation | Bjoern Schiessle | 2014-04-23 | 1 | -2/+0 |
* | update script, create Shared folder and adjust target path for the shares | Bjoern Schiessle | 2014-04-23 | 2 | -61/+44 |
* | Merge pull request #7293 from owncloud/update-shares-postgres | Vincent Petry | 2014-04-01 | 2 | -16/+3 |
|\ |
|
| * | Refactor update script to class and add unit test | Morris Jobke | 2014-03-13 | 1 | -13/+1 |
| * | fix update to remove shares where file doesn't exist on postgres | Jamie McClelland | 2014-03-13 | 2 | -15/+14 |
* | | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
|/ |
|
* | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 1 | -0/+1 |
* | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 1 | -0/+1 |
* | Fixed sharing hook to not remove the share before the trashbin | Vincent Petry | 2013-11-27 | 1 | -0/+1 |
* | Remove "link" shares right after disabling the "allow_link_share" setting | Morris Jobke | 2013-10-18 | 1 | -0/+2 |
* | fix escaping | Morris Jobke | 2013-10-08 | 1 | -1/+1 |
* | make sure that we only remove file/folder shares | Bjoern Schiessle | 2013-10-08 | 2 | -3/+3 |
* | Merge branch 'master' into remove_deleted_shares_from_db | Bjoern Schiessle | 2013-10-07 | 2 | -1/+31 |
|\ |
|
| * | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -1/+1 |
| * | use share ID as REST resource | Bjoern Schiessle | 2013-09-17 | 1 | -17/+8 |
| * | more rest-style API | Bjoern Schiessle | 2013-09-17 | 1 | -22/+16 |
| * | ocs api for file sharing | Bjoern Schiessle | 2013-09-16 | 1 | -24/+8 |
| * | some more OCS calls for sharing | Bjoern Schiessle | 2013-09-06 | 1 | -1/+8 |
| * | intermediate result ocs api | Bjoern Schiessle | 2013-09-06 | 1 | -3/+19 |
| * | intermediate results, share api | Bjoern Schiessle | 2013-09-04 | 1 | -14/+0 |
| * | initial commit, start implementing the ocs share api | Bjoern Schiessle | 2013-09-04 | 2 | -1/+53 |
* | | clean up oc_share table from files which are no longer exists | Bjoern Schiessle | 2013-10-07 | 2 | -7/+17 |
|/ |
|
* | outsource sharing and deleted files previews to apps | Georg Ehrke | 2013-08-19 | 1 | -0/+5 |
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
* | we need to listen to the pre delete hook, otherwise the file is already gone | Björn Schießle | 2013-03-13 | 1 | -1/+1 |
* | use pre_unshare hook, otherwise the share is already removed. Which means tha... | Björn Schießle | 2013-03-08 | 1 | -1/+1 |
* | Move hook connectors from shared storage to app.php, add post_unshare hook | Michael Gapczynski | 2013-03-05 | 1 | -0/+5 |
* | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-05 | 1 | -7/+7 |
|\ |
|
| * | Update app.php | j-ed | 2013-03-02 | 1 | -6/+6 |
* | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-02-28 | 2 | -2/+5 |
|\| |
|
| * | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| * | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -1/+4 |