summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Directory links in navigation shouldn't have a trailing '/'Michael Gapczynski2011-07-102-2/+3
|
* You can now move files to a parent folder by draging them to an element in ↵Robin Appelman2011-07-076-20/+64
| | | | | | the breadcrumb bar also fixed dragging newly uploaded files and droppin in new folders
* mark active navigation subentryJan-Christoph Borchardt2011-07-072-2/+3
|
* files can now be draged and dropped in the file browserRobin Appelman2011-07-073-11/+23
|
* small contrast fixesJan-Christoph Borchardt2011-07-072-5/+4
|
* show file extention in a lighter colorRobin Appelman2011-07-073-1/+17
|
* highlight selected files in the filebrowserRobin Appelman2011-07-072-2/+7
|
* some cleanup, small fixesJan-Christoph Borchardt2011-07-076-1/+2
|
* file size is reflected in the value's shade of grey, atm calculated absolutelyJan-Christoph Borchardt2011-07-071-2/+4
|
* introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-074-8/+24
|
* hopefully fixed the dirty workaround, like I was told toJan-Christoph Borchardt2011-07-072-5/+1
|
* make folder labels bold, better distinction from filesJan-Christoph Borchardt2011-07-072-3/+3
|
* file list hover effectJan-Christoph Borchardt2011-07-071-0/+3
|
* styled navigation subcategoriesJan-Christoph Borchardt2011-07-062-2/+3
|
* autofocus on the username field for setup & loginJan-Christoph Borchardt2011-07-062-2/+2
|
* removed search box from settings areaJan-Christoph Borchardt2011-07-061-1/+0
|
* updated search box displayJan-Christoph Borchardt2011-07-062-8/+7
|
* reactivated Upload & New Folder button iconsJan-Christoph Borchardt2011-07-063-8/+6
|
* reworded some bits in the setupJan-Christoph Borchardt2011-07-061-12/+13
|
* only try to create the user onceRobin Appelman2011-07-061-13/+19
|
* only use ldap user backend when it is configuredRobin Appelman2011-07-061-0/+6
|
* applied Ryan's patch for Bug 276007 - Folder list does not get updated when ↵Jan-Christoph Borchardt2011-07-041-2/+6
| | | | creating the first folder.
* Hopefully fix errors if ldap plugin is not configuredDominik Schmidt2011-07-041-1/+16
|
* More nl l10n improvementsHans Bakker2011-07-047-45/+45
|
* Improved the dutch l10n filesHans Bakker2011-07-044-24/+23
|
* Usability improvements:Hans Bakker2011-07-031-10/+20
| | | | | -Added javascript to enable/disable radiobuttons -Added labels
* Fix to make the Unlock mechanism of WebDAV work. Previously when using ↵Kunal Ghosh2011-07-021-1/+6
| | | | unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :)
* not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manuallyRobin Appelman2011-06-261-1/+5
| | | | this fixes incorect generated links in some cases
* you can now use your owncloud url as openid providerRobin Appelman2011-06-243-20/+45
|
* allow plugins/apps to add custom headers to all pagesRobin Appelman2011-06-242-9/+18
|
* redirect_url to be respected in linkTo functionAamir Khan2011-06-251-5/+12
|
* add openid headers to openid request pageRobin Appelman2011-06-241-1/+3
|
* provide an option to add custom elements to the header of templatesRobin Appelman2011-06-244-2/+57
|
* show error on openid request page when no user is selectedRobin Appelman2011-06-243-9/+20
|
* Merge branch 'master' of git://anongit.kde.org/owncloudKamil Domanski2011-06-245-0/+227
|\
| * user_ldap: close ldap connection in dtorDominik Schmidt2011-06-231-0/+6
| |
| * user_ldap: implement userExistsDominik Schmidt2011-06-231-20/+48
| |
| * user_ldap: use input-type-password for ldap_passwordDominik Schmidt2011-06-231-1/+1
| |
| * user_ldap: add port settingDominik Schmidt2011-06-234-2/+15
| |
| * Add user_ldap pluginDominik Schmidt2011-06-235-0/+180
| |
* | add template to openid request pageKamil Domanski2011-06-242-3/+27
|/
* fix 404Kamil Domanski2011-06-234-4/+4
|
* no indexing in generated htaccessKamil Domanski2011-06-232-0/+2
|
* forbid indexesKamil Domanski2011-06-231-0/+1
|
* fix creating usersRobin Appelman2011-06-231-9/+17
|
* OpenID now won't load if curl is not availableKamil Domanski2011-06-231-0/+5
|
* don't show errors when the login isn't an openid identityRobin Appelman2011-06-231-3/+1
|
* Experimental OpenID user backend and server.Robin Appelman2011-06-238-0/+2237
| | | | | | Currently all users can set one OpenID identity that allows access to the account. The identity url's for the server is owncloud/apps/user_openid/user.php/$username
* Use new user backend APIDominik Schmidt2011-06-231-9/+10
|
* Detect backend features dynamically instead of trial-and-error usageDominik Schmidt2011-06-232-61/+144
| | | | Move documented functions for reference into OC_USER_EXAMPLE class.