Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Proper fix for shared links | Michael Gapczynski | 2013-02-10 | 1 | -20/+25 | |
| | ||||||
* | Fix public links | Michael Gapczynski | 2013-02-10 | 1 | -198/+40 | |
| | ||||||
* | Remove old OC4 link compatibility | Michael Gapczynski | 2013-02-06 | 1 | -46/+0 | |
| | ||||||
* | Merge branch 'master' into fixing-js-errors-public-link-master | Thomas Mueller | 2013-01-31 | 1 | -63/+192 | |
|\ | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files/templates/part.list.php | |||||
| * | merge master into filesystem | Robin Appelman | 2013-01-30 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Merge pull request #1360 from owncloud/display_name | Lukas Reschke | 2013-01-29 | 1 | -0/+1 | |
| | |\ | | | | | | | | | introduction of display names | |||||
| | | * | show display name instead of uid in the public shared files view | Björn Schießle | 2013-01-25 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -1/+1 | |
| |\| | | ||||||
| * | | | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -2/+2 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -16/+30 | |
| |\ \ \ | ||||||
| * \ \ \ | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -6/+6 | |
| |\ \ \ \ | ||||||
| * | | | | | merge master into filesystem | Robin Appelman | 2012-12-15 | 1 | -1/+1 | |
| |\| | | | | ||||||
| * | | | | | merge master into filesystem | Robin Appelman | 2012-12-06 | 1 | -2/+23 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | fixing syntax error + reformat the code | Thomas Mueller | 2012-12-02 | 1 | -172/+184 | |
| | | | | | | | ||||||
| * | | | | | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -54/+207 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -226/+226 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | some more porting of the sharing | Robin Appelman | 2012-10-27 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | remove last uses of depricated OC_Filesystem | Robin Appelman | 2012-10-27 | 1 | -4/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix delete and sort files | Robin Appelman | 2012-10-27 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | include keyboardshortcuts.js | Thomas Mueller | 2013-01-28 | 1 | -0/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | missing renames of publicListView to disableSharing | Thomas Mueller | 2013-01-23 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -6/+6 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | add more linebreaks, replace SQL LIMIT with param | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -17/+35 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Fix "There must be a single space between the closing parenthesis and the ↵ | Bart Visscher | 2012-12-15 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | opening brace" | |||||
* | | | | | make sure that all expected array keys are available | Björn Schießle | 2012-12-06 | 1 | -1/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | readd fallback code for pre token links | Jörn Friedrich Dreyer | 2012-11-23 | 1 | -143/+197 | |
| | | | | ||||||
* | | | | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -103/+105 | |
| |_|/ |/| | | ||||||
* | | | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | urlencode file/dir to allow special characters in filename/path (issue #95) | Björn Schießle | 2012-11-07 | 1 | -2/+2 | |
| | | ||||||
* | | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | Checkstyle: Fix the last two InvalidEOLChar | Felix Moeller | 2012-11-04 | 1 | -223/+223 | |
|/ | ||||||
* | Forget to urlencode the path | Lukas Reschke | 2012-10-24 | 1 | -1/+1 | |
| | ||||||
* | urlencode | Lukas Reschke | 2012-10-24 | 1 | -6/+6 | |
| | ||||||
* | Apply coding style guide | Thomas Müller | 2012-10-24 | 1 | -1/+2 | |
| | ||||||
* | fix copy&paste bug from previous commit | Björn Schießle | 2012-10-24 | 1 | -1/+1 | |
| | ||||||
* | Shared files are not stored in the file cache. Therefore we need to | Björn Schießle | 2012-10-24 | 1 | -1/+18 | |
| | | | | | use the share table from the db to find the item source if the public link re-shares a already shared file. | |||||
* | Apply coding style guide | Thomas Müller | 2012-10-24 | 1 | -203/+203 | |
| | | | http://owncloud.org/dev/coding-style-guide/ | |||||
* | calling OC_Filesystem at this point will initialize file system with wrong ↵ | Björn Schießle | 2012-10-24 | 1 | -2/+8 | |
| | | | | user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem. | |||||
* | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 | |
| | ||||||
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -6/+6 | |
| | ||||||
* | generate correct link for shared files and shared directories | Björn Schießle | 2012-10-11 | 1 | -2/+7 | |
| | ||||||
* | don't show the share action in the file view for publically shared files. | Björn Schießle | 2012-10-10 | 1 | -0/+1 | |
| | ||||||
* | enable user to download selected files from publically shared directory | Björn Schießle | 2012-10-05 | 1 | -1/+3 | |
| | ||||||
* | breadcrumbs fixed for public share view | Björn Schießle | 2012-10-05 | 1 | -1/+5 | |
| | ||||||
* | fix download link for single files in publicly shared directory | Björn Schießle | 2012-10-05 | 1 | -3/+7 | |
| | ||||||
* | fix download of single publically shared files. | Björn Schießle | 2012-10-05 | 1 | -1/+6 | |
| | ||||||
* | fixed download of complete publically shared folder | Björn Schießle | 2012-10-05 | 1 | -8/+1 | |
| | ||||||
* | baseDir has to be the whole path to work with shared directories below the ↵ | Björn Schießle | 2012-10-05 | 1 | -1/+1 | |
| | | | | root directory. | |||||
* | Prevent displaying errors if public link url parameters are incorrect | Michael Gapczynski | 2012-10-03 | 1 | -0/+7 | |
| |