Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Directory links in navigation shouldn't have a trailing '/' | Michael Gapczynski | 2011-07-10 | 2 | -2/+3 |
| | |||||
* | You can now move files to a parent folder by draging them to an element in ↵ | Robin Appelman | 2011-07-07 | 6 | -20/+64 |
| | | | | | | the breadcrumb bar also fixed dragging newly uploaded files and droppin in new folders | ||||
* | mark active navigation subentry | Jan-Christoph Borchardt | 2011-07-07 | 2 | -2/+3 |
| | |||||
* | files can now be draged and dropped in the file browser | Robin Appelman | 2011-07-07 | 3 | -11/+23 |
| | |||||
* | small contrast fixes | Jan-Christoph Borchardt | 2011-07-07 | 2 | -5/+4 |
| | |||||
* | show file extention in a lighter color | Robin Appelman | 2011-07-07 | 3 | -1/+17 |
| | |||||
* | highlight selected files in the filebrowser | Robin Appelman | 2011-07-07 | 2 | -2/+7 |
| | |||||
* | some cleanup, small fixes | Jan-Christoph Borchardt | 2011-07-07 | 6 | -1/+2 |
| | |||||
* | file size is reflected in the value's shade of grey, atm calculated absolutely | Jan-Christoph Borchardt | 2011-07-07 | 1 | -2/+4 |
| | |||||
* | introducing simple file size, only MB as unit, details on hover | Jan-Christoph Borchardt | 2011-07-07 | 4 | -8/+24 |
| | |||||
* | hopefully fixed the dirty workaround, like I was told to | Jan-Christoph Borchardt | 2011-07-07 | 2 | -5/+1 |
| | |||||
* | make folder labels bold, better distinction from files | Jan-Christoph Borchardt | 2011-07-07 | 2 | -3/+3 |
| | |||||
* | file list hover effect | Jan-Christoph Borchardt | 2011-07-07 | 1 | -0/+3 |
| | |||||
* | styled navigation subcategories | Jan-Christoph Borchardt | 2011-07-06 | 2 | -2/+3 |
| | |||||
* | autofocus on the username field for setup & login | Jan-Christoph Borchardt | 2011-07-06 | 2 | -2/+2 |
| | |||||
* | removed search box from settings area | Jan-Christoph Borchardt | 2011-07-06 | 1 | -1/+0 |
| | |||||
* | updated search box display | Jan-Christoph Borchardt | 2011-07-06 | 2 | -8/+7 |
| | |||||
* | reactivated Upload & New Folder button icons | Jan-Christoph Borchardt | 2011-07-06 | 3 | -8/+6 |
| | |||||
* | reworded some bits in the setup | Jan-Christoph Borchardt | 2011-07-06 | 1 | -12/+13 |
| | |||||
* | only try to create the user once | Robin Appelman | 2011-07-06 | 1 | -13/+19 |
| | |||||
* | only use ldap user backend when it is configured | Robin Appelman | 2011-07-06 | 1 | -0/+6 |
| | |||||
* | applied Ryan's patch for Bug 276007 - Folder list does not get updated when ↵ | Jan-Christoph Borchardt | 2011-07-04 | 1 | -2/+6 |
| | | | | creating the first folder. | ||||
* | Hopefully fix errors if ldap plugin is not configured | Dominik Schmidt | 2011-07-04 | 1 | -1/+16 |
| | |||||
* | More nl l10n improvements | Hans Bakker | 2011-07-04 | 7 | -45/+45 |
| | |||||
* | Improved the dutch l10n files | Hans Bakker | 2011-07-04 | 4 | -24/+23 |
| | |||||
* | Usability improvements: | Hans Bakker | 2011-07-03 | 1 | -10/+20 |
| | | | | | -Added javascript to enable/disable radiobuttons -Added labels | ||||
* | Fix to make the Unlock mechanism of WebDAV work. Previously when using ↵ | Kunal Ghosh | 2011-07-02 | 1 | -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 manually | Robin Appelman | 2011-06-26 | 1 | -1/+5 |
| | | | | this fixes incorect generated links in some cases | ||||
* | you can now use your owncloud url as openid provider | Robin Appelman | 2011-06-24 | 3 | -20/+45 |
| | |||||
* | allow plugins/apps to add custom headers to all pages | Robin Appelman | 2011-06-24 | 2 | -9/+18 |
| | |||||
* | redirect_url to be respected in linkTo function | Aamir Khan | 2011-06-25 | 1 | -5/+12 |
| | |||||
* | add openid headers to openid request page | Robin Appelman | 2011-06-24 | 1 | -1/+3 |
| | |||||
* | provide an option to add custom elements to the header of templates | Robin Appelman | 2011-06-24 | 4 | -2/+57 |
| | |||||
* | show error on openid request page when no user is selected | Robin Appelman | 2011-06-24 | 3 | -9/+20 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Kamil Domanski | 2011-06-24 | 5 | -0/+227 |
|\ | |||||
| * | user_ldap: close ldap connection in dtor | Dominik Schmidt | 2011-06-23 | 1 | -0/+6 |
| | | |||||
| * | user_ldap: implement userExists | Dominik Schmidt | 2011-06-23 | 1 | -20/+48 |
| | | |||||
| * | user_ldap: use input-type-password for ldap_password | Dominik Schmidt | 2011-06-23 | 1 | -1/+1 |
| | | |||||
| * | user_ldap: add port setting | Dominik Schmidt | 2011-06-23 | 4 | -2/+15 |
| | | |||||
| * | Add user_ldap plugin | Dominik Schmidt | 2011-06-23 | 5 | -0/+180 |
| | | |||||
* | | add template to openid request page | Kamil Domanski | 2011-06-24 | 2 | -3/+27 |
|/ | |||||
* | fix 404 | Kamil Domanski | 2011-06-23 | 4 | -4/+4 |
| | |||||
* | no indexing in generated htaccess | Kamil Domanski | 2011-06-23 | 2 | -0/+2 |
| | |||||
* | forbid indexes | Kamil Domanski | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | fix creating users | Robin Appelman | 2011-06-23 | 1 | -9/+17 |
| | |||||
* | OpenID now won't load if curl is not available | Kamil Domanski | 2011-06-23 | 1 | -0/+5 |
| | |||||
* | don't show errors when the login isn't an openid identity | Robin Appelman | 2011-06-23 | 1 | -3/+1 |
| | |||||
* | Experimental OpenID user backend and server. | Robin Appelman | 2011-06-23 | 8 | -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 API | Dominik Schmidt | 2011-06-23 | 1 | -9/+10 |
| | |||||
* | Detect backend features dynamically instead of trial-and-error usage | Dominik Schmidt | 2011-06-23 | 2 | -61/+144 |
| | | | | Move documented functions for reference into OC_USER_EXAMPLE class. |