summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sharingMichael Gapczynski2011-07-061-0/+8
|\
| * introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-071-0/+8
* | Fix bugs in getSource() and implement new target path standardMichael Gapczynski2011-07-051-0/+10
* | Fix conflicts with master in lib/base.phpMichael Gapczynski2011-07-041-3/+0
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-0427-416/+5194
|\|
| * Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock...Kunal Ghosh2011-07-021-1/+6
| * not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manuallyRobin Appelman2011-06-261-1/+5
| * 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
| * provide an option to add custom elements to the header of templatesRobin Appelman2011-06-241-2/+20
| * fix 404Kamil Domanski2011-06-232-2/+2
| * no indexing in generated htaccessKamil Domanski2011-06-232-0/+2
| * fix creating usersRobin Appelman2011-06-231-9/+17
| * 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
| * add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-223-3/+16
| * prefix the mysql user name to avoid collissionsRobin Appelman2011-06-211-4/+11
| * install shipped apps also in "installed apps" pageKamil Domanski2011-06-212-27/+39
| * Multiply changes to user systemRobin Appelman2011-06-214-139/+127
| * Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-201-1/+1
| |\
| | * fixed page reload after logoutKamil Domanski2011-06-201-1/+1
| * | New i18n-structureJakob Sack2011-06-201-4/+4
| |/
| * Fix linkTo()Jakob Sack2011-06-201-4/+11
| * moved core stuff to /coreJakob Sack2011-06-202-11/+24
| * Activate "active" for subentriesJakob Sack2011-06-201-36/+45
| * fix sqlite3 driver for php<5.3Robin Appelman2011-06-201-1/+3
| * add settings option for languageRobin Appelman2011-06-201-13/+24
| * Autodetection of language is working nowJakob Sack2011-06-191-1/+1
| * Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-191-1/+1
| |\
| | * and even more properly now ;PKamil Domanski2011-06-191-1/+1
| * | More l10n-stuffJakob Sack2011-06-191-7/+13
| |/
| * index now properly reloaded after setupKamil Domanski2011-06-191-1/+1
| * shipped apps are no longer hardcodedKamil Domanski2011-06-192-25/+39
| * improved check in oc_preferences if a key already existsRobin Appelman2011-06-191-3/+5
| * only load apps if they existRobin Appelman2011-06-191-1/+3
| * add post_* hooks to filesystem for write, create, delete, rename and copyRobin Appelman2011-06-191-27/+76
| * Fixed documentation of OC_L10NJakob Sack2011-06-191-3/+5
| * L10N is here ;-)Jakob Sack2011-06-191-7/+10
| * Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-193-10/+77
| |\
| | * allow disabling apps, install apps as disabledKamil Domanski2011-06-193-10/+77
| * | Load preferences only if user is registeredJakob Sack2011-06-191-1/+1
| |/
| * Removed debug messagesJakob Sack2011-06-191-11/+1
| * l10n addedJakob Sack2011-06-192-2/+252
| * added preferences to base.php, will be needed for i18n stuffJakob Sack2011-06-191-0/+2
| * move installation of shipped apps to setupKamil Domanski2011-06-192-21/+19
| * handle app repo connection failureKamil Domanski2011-06-181-58/+70
| * only create one connection to a sqlite3 database, fixes 'Database locked' err...Robin Appelman2011-06-171-0/+8
| * prevent some possible warnings if there are files in /appsRobin Appelman2011-06-171-1/+1
| * allow plugins to cancel filesystem operations using the provided hooksRobin Appelman2011-06-161-49/+103
| * default to sqlite3 over sqlite2 for new installationsRobin Appelman2011-06-161-2/+2