Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 1 | -5/+1 |
| | | | | One central place to check for https. | ||||
* | hiding public links from navigation now that it's easier to use in the dropdown | Jan-Christoph Borchardt | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-11 | 1 | -6/+4 |
|\ | | | | | | | | | Conflicts: .gitignore | ||||
| * | some interaction design for user management | Jan-Christoph Borchardt | 2011-08-11 | 1 | -6/+4 |
| | | |||||
* | | merged master into sharing | Jan-Christoph Borchardt | 2011-08-11 | 5 | -37/+11 |
|\| | |||||
| * | polished public links a bit | Jan-Christoph Borchardt | 2011-08-11 | 5 | -37/+11 |
| | | |||||
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-09 | 1 | -1/+1 |
|\| | |||||
| * | dont use a different navigation page for settings stuff | Robin Appelman | 2011-08-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into sharing | Jan-Christoph Borchardt | 2011-08-08 | 4 | -33/+16 |
|\| | |||||
| * | updated public link fix | Jan-Christoph Borchardt | 2011-08-08 | 4 | -33/+16 |
| | | |||||
* | | Merge branch 'master' into sharing | Jan-Christoph Borchardt | 2011-08-08 | 5 | -22/+7 |
|\| | |||||
| * | quick fix for public links, removed expiration date and styled correctly | Jan-Christoph Borchardt | 2011-08-08 | 5 | -22/+7 |
| | | |||||
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-07 | 2 | -2/+2 |
|\| | | | | | | | | | | | Conflicts: files/css/files.css lib/base.php | ||||
| * | removed icon for public links navigation subentry | Jan-Christoph Borchardt | 2011-08-03 | 1 | -1/+1 |
| | | |||||
| * | send the filename header for public links | Robin Appelman | 2011-08-03 | 1 | -0/+1 |
| | | |||||
| * | dont force a download for public links | Robin Appelman | 2011-08-03 | 1 | -1/+0 |
| | | |||||
* | | Sharing dropdown changes: show users that have a parent folder shared with ↵ | Michael Gapczynski | 2011-08-07 | 1 | -1/+3 |
| | | | | | | | | them and add the ability to change permissions | ||||
* | | Full support for making and deleting public links from share dropdown | Michael Gapczynski | 2011-08-05 | 2 | -1/+15 |
|/ | |||||
* | move public links to a subentry of files | Robin Appelman | 2011-07-30 | 2 | -2/+2 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 4 | -26/+26 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud into autoload | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php | ||||
| * | removed some more legacy CSS | Jan-Christoph Borchardt | 2011-07-29 | 1 | -1/+1 |
| | | |||||
* | | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 2 | -2/+0 |
|/ | |||||
* | remove some debug output and supress some possible errors | Robin Appelman | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | show expire dates of public links as date and not as datetime | Robin Appelman | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | Fix expiring of public links | Robin Appelman | 2011-07-17 | 1 | -2/+2 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -3/+3 |
| | |||||
* | public link config is also for non admins | Robin Appelman | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | app files_publiclink is now translateable | Kamil Domanski | 2011-06-20 | 2 | -8/+8 |
| | |||||
* | forgot "event" as a parameter. | Jakob Sack | 2011-06-19 | 1 | -2/+2 |
| | |||||
* | change db index names to avoid collisions | Kamil Domanski | 2011-06-18 | 1 | -1/+1 |
| | |||||
* | Adding clear logs functions | Alessandro Cosentino | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | fix broken links in shared folders | Robin Appelman | 2011-06-02 | 2 | -3/+3 |
| | |||||
* | port sharing by publiclink fully to the 2.0 codebase and provide a simple ↵ | Robin Appelman | 2011-06-02 | 14 | -0/+424 |
gui for it |