summaryrefslogtreecommitdiffstats
path: root/apps/files_publiclink
Commit message (Collapse)AuthorAgeFilesLines
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-5/+1
| | | | One central place to check for https.
* hiding public links from navigation now that it's easier to use in the dropdownJan-Christoph Borchardt2011-08-161-1/+1
|
* Merge branch 'master' into sharingMichael Gapczynski2011-08-111-6/+4
|\ | | | | | | | | Conflicts: .gitignore
| * some interaction design for user managementJan-Christoph Borchardt2011-08-111-6/+4
| |
* | merged master into sharingJan-Christoph Borchardt2011-08-115-37/+11
|\|
| * polished public links a bitJan-Christoph Borchardt2011-08-115-37/+11
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-08-091-1/+1
|\|
| * dont use a different navigation page for settings stuffRobin Appelman2011-08-081-1/+1
| |
* | Merge branch 'master' into sharingJan-Christoph Borchardt2011-08-084-33/+16
|\|
| * updated public link fixJan-Christoph Borchardt2011-08-084-33/+16
| |
* | Merge branch 'master' into sharingJan-Christoph Borchardt2011-08-085-22/+7
|\|
| * quick fix for public links, removed expiration date and styled correctlyJan-Christoph Borchardt2011-08-085-22/+7
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-08-072-2/+2
|\| | | | | | | | | | | Conflicts: files/css/files.css lib/base.php
| * removed icon for public links navigation subentryJan-Christoph Borchardt2011-08-031-1/+1
| |
| * send the filename header for public linksRobin Appelman2011-08-031-0/+1
| |
| * dont force a download for public linksRobin Appelman2011-08-031-1/+0
| |
* | Sharing dropdown changes: show users that have a parent folder shared with ↵Michael Gapczynski2011-08-071-1/+3
| | | | | | | | them and add the ability to change permissions
* | Full support for making and deleting public links from share dropdownMichael Gapczynski2011-08-052-1/+15
|/
* move public links to a subentry of filesRobin Appelman2011-07-302-2/+2
|
* Renaming classes :-)Jakob Sack2011-07-294-26/+26
|
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-1/+1
|\ | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php
| * removed some more legacy CSSJan-Christoph Borchardt2011-07-291-1/+1
| |
* | Delete requires in applications where possibleJakob Sack2011-07-272-2/+0
|/
* remove some debug output and supress some possible errorsRobin Appelman2011-07-221-1/+1
|
* show expire dates of public links as date and not as datetimeRobin Appelman2011-07-201-1/+1
|
* Fix expiring of public linksRobin Appelman2011-07-171-2/+2
|
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-3/+3
|
* public link config is also for non adminsRobin Appelman2011-06-221-1/+1
|
* app files_publiclink is now translateableKamil Domanski2011-06-202-8/+8
|
* forgot "event" as a parameter.Jakob Sack2011-06-191-2/+2
|
* change db index names to avoid collisionsKamil Domanski2011-06-181-1/+1
|
* Adding clear logs functionsAlessandro Cosentino2011-06-071-1/+1
|
* fix broken links in shared foldersRobin Appelman2011-06-022-3/+3
|
* port sharing by publiclink fully to the 2.0 codebase and provide a simple ↵Robin Appelman2011-06-0214-0/+424
gui for it