Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a "Wrong password." message, if the password | kondou | 2013-07-02 | 1 | -1/+1 | |
* | for now we disable public upload in case encryption is enabled | Thomas Mueller | 2013-06-28 | 1 | -1/+5 | |
* | Public upload feature | Roman Geber | 2013-06-25 | 1 | -3/+15 | |
* | Use the new session wrapper | Robin Appelman | 2013-05-28 | 1 | -3/+3 | |
* | RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead | Michael Gapczynski | 2013-05-22 | 1 | -1/+1 | |
* | Don't display shared links if disabled | Michael Gapczynski | 2013-05-01 | 1 | -0/+7 | |
* | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 1 | -1/+7 | |
* | Offer download of whole shared dir only if it does not exceed zip input limit | Arthur Schiwon | 2013-03-07 | 1 | -1/+5 | |
* | [files_sharing] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -9/+8 | |
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -2/+1 | |
* | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -2/+5 | |
* | Share: fix downloading selected files from public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
* | Share: fix sorting of files in public shared folder | Robin Appelman | 2013-02-11 | 1 | -0/+12 | |
* | Share: fix nested subfolders in public shared folders | Robin Appelman | 2013-02-11 | 1 | -3/+6 | |
* | Share: fix breadcrumbs for public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
* | Share: fix downloading files from a public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
* | Set permissions to read only | Michael Gapczynski | 2013-02-10 | 1 | -0/+1 | |
* | Remove additional old compatibility code | Michael Gapczynski | 2013-02-10 | 1 | -34/+1 | |
* | 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 | |
|\ | ||||||
| * | 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 | |
| | |\ | ||||||
| | | * | 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 ope... | Bart Visscher | 2012-12-15 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | 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 | |
|/ |