| Commit message (Expand) | Author | Age | Files | Lines |
* | Properties work fine now | Jakob Sack | 2011-07-22 | 2 | -15/+19 |
* | properties nearly work | Jakob Sack | 2011-07-22 | 2 | -1/+93 |
* | Support for locks, minor changes | Jakob Sack | 2011-07-22 | 5 | -6/+144 |
* | Use SabreDAV authentication Code! | Jakob Sack | 2011-07-20 | 1 | -0/+35 |
* | Integration of SabreDAV | Jakob Sack | 2011-07-20 | 3 | -0/+301 |
* | move list of mimetypes by extention to a seperate file. | Robin Appelman | 2011-07-17 | 2 | -63/+88 |
* | Fix typo in setup, thanks for pointing it out ab0oo | Michael Gapczynski | 2011-07-13 | 1 | -3/+3 |
* | Add missing argument for fromTmpFile() inside of rename() | Michael Gapczynski | 2011-07-13 | 1 | -1/+1 |
* | Add missing parameter for fromTmpFile() inside of copy() | Michael Gapczynski | 2011-07-12 | 1 | -1/+1 |
* | Fix post_create and post_write hooks in copy(), was referencing an undefined ... | Michael Gapczynski | 2011-07-12 | 1 | -2/+2 |
* | introducing simple file size, only MB as unit, details on hover | Jan-Christoph Borchardt | 2011-07-07 | 1 | -0/+8 |
* | Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock... | Kunal Ghosh | 2011-07-02 | 1 | -1/+6 |
* | not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually | Robin Appelman | 2011-06-26 | 1 | -1/+5 |
* | 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 |
* | provide an option to add custom elements to the header of templates | Robin Appelman | 2011-06-24 | 1 | -2/+20 |
* | fix 404 | Kamil Domanski | 2011-06-23 | 2 | -2/+2 |
* | no indexing in generated htaccess | Kamil Domanski | 2011-06-23 | 2 | -0/+2 |
* | fix creating users | Robin Appelman | 2011-06-23 | 1 | -9/+17 |
* | 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 |
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 3 | -3/+16 |
* | prefix the mysql user name to avoid collissions | Robin Appelman | 2011-06-21 | 1 | -4/+11 |
* | install shipped apps also in "installed apps" page | Kamil Domanski | 2011-06-21 | 2 | -27/+39 |
* | Multiply changes to user system | Robin Appelman | 2011-06-21 | 4 | -139/+127 |
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-06-20 | 1 | -1/+1 |
|\ |
|
| * | fixed page reload after logout | Kamil Domanski | 2011-06-20 | 1 | -1/+1 |
* | | New i18n-structure | Jakob Sack | 2011-06-20 | 1 | -4/+4 |
|/ |
|
* | Fix linkTo() | Jakob Sack | 2011-06-20 | 1 | -4/+11 |
* | moved core stuff to /core | Jakob Sack | 2011-06-20 | 2 | -11/+24 |
* | Activate "active" for subentries | Jakob Sack | 2011-06-20 | 1 | -36/+45 |
* | fix sqlite3 driver for php<5.3 | Robin Appelman | 2011-06-20 | 1 | -1/+3 |
* | add settings option for language | Robin Appelman | 2011-06-20 | 1 | -13/+24 |
* | Autodetection of language is working now | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
|\ |
|
| * | and even more properly now ;P | Kamil Domanski | 2011-06-19 | 1 | -1/+1 |
* | | More l10n-stuff | Jakob Sack | 2011-06-19 | 1 | -7/+13 |
|/ |
|
* | index now properly reloaded after setup | Kamil Domanski | 2011-06-19 | 1 | -1/+1 |
* | shipped apps are no longer hardcoded | Kamil Domanski | 2011-06-19 | 2 | -25/+39 |
* | improved check in oc_preferences if a key already exists | Robin Appelman | 2011-06-19 | 1 | -3/+5 |
* | only load apps if they exist | Robin Appelman | 2011-06-19 | 1 | -1/+3 |
* | add post_* hooks to filesystem for write, create, delete, rename and copy | Robin Appelman | 2011-06-19 | 1 | -27/+76 |
* | Fixed documentation of OC_L10N | Jakob Sack | 2011-06-19 | 1 | -3/+5 |
* | L10N is here ;-) | Jakob Sack | 2011-06-19 | 1 | -7/+10 |
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-06-19 | 3 | -10/+77 |
|\ |
|
| * | allow disabling apps, install apps as disabled | Kamil Domanski | 2011-06-19 | 3 | -10/+77 |
* | | Load preferences only if user is registered | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
|/ |
|
* | Removed debug messages | Jakob Sack | 2011-06-19 | 1 | -11/+1 |
* | l10n added | Jakob Sack | 2011-06-19 | 2 | -2/+252 |
* | added preferences to base.php, will be needed for i18n stuff | Jakob Sack | 2011-06-19 | 1 | -0/+2 |