summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-312-2/+2
* Show notification that no preview is available if no previewer is found for a...Michael Gapczynski2012-08-293-3/+14
* Check if file source exists before searching for linkMichael Gapczynski2012-08-291-2/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-3012-45/+24
* Fix filesystem setup for shared public link with logged in userBart Visscher2012-08-291-2/+1
* Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-1/+2
* Whitespace fixes in appsBart Visscher2012-08-293-25/+25
* Fix password authentication for links and fix template problems for links by ...Michael Gapczynski2012-08-294-10/+26
* Fix typoMichael Gapczynski2012-08-282-2/+2
* Remove unnecessary ajax file from files_sharingMichael Gapczynski2012-08-281-11/+0
* Remove old database xml file for files_sharing, bump version numberMichael Gapczynski2012-08-282-43/+1
* Change public file from get.php to public.phpMichael Gapczynski2012-08-281-2/+2
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-1/+1
* Initial previewer for public linksMichael Gapczynski2012-08-277-99/+111
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-282-1/+7
* only mount every single homefolder when using sharing appGeorg Ehrke2012-08-271-0/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-261-0/+6
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-252-0/+12
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-252-0/+12
* | OC_Share no longer exists. remove hooks that would trigger require_once / aut...jfd2012-08-251-0/+2
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-254-34/+55
|\|
| * Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-243-15/+25
| * Prevent resharing in UI if share permission not grantedMichael Gapczynski2012-08-241-4/+4
| * Fix shared storage rename. Note: You can only rename shared files/folders tha...Michael Gapczynski2012-08-241-15/+26
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2543-1847/+739
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-246-1/+31
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2314-115/+28
| * Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-222-0/+65
| * Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-221-17/+0
| * Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-2218-1267/+1
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-226-0/+18
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2113-13/+13
| * Merge branch 'share_api'Michael Gapczynski2012-08-196-298/+396
| |\
| | * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-163-110/+80
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-144-0/+33
| | |\
| | * \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-092-2/+19
| | |\ \
| | * | | Add share action back into addressbook settings, bump up z-index of dropdown ...Michael Gapczynski2012-08-061-1/+1
| | * | | Fix offset for folder detection, no longer including '/Shared' in file target...Michael Gapczynski2012-08-061-1/+1
| | * | | Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
| | * | | Lots of refactoring to share APIMichael Gapczynski2012-08-063-10/+19
| | * | | Preparing for proper collection implementationMichael Gapczynski2012-08-031-7/+0
| | * | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-314-5/+393
| | |\ \ \
| | * | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-4/+6
| | * | | | No longer need hash() in shared storage, already implemented by the common fi...Michael Gapczynski2012-07-251-8/+1
| | * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-254-8/+23
| | |\ \ \ \
| | * | | | | Make file actions permissions awareMichael Gapczynski2012-07-252-3/+21
| | * | | | | Add root directory checks for CRUDS permissions in shared storageMichael Gapczynski2012-07-241-0/+12
| | * | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-24/+23
| | * | | | | Remove toTmpFile() from shared storage, no longer neededMichael Gapczynski2012-07-241-9/+1
| | * | | | | Improve file source caching for shared foldersMichael Gapczynski2012-07-241-8/+16