summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Activate "active" for subentriesJakob Sack2011-06-202-38/+47
* fix sqlite3 driver for php<5.3Robin Appelman2011-06-201-1/+3
* added basic "installed apps" pageKamil Domanski2011-06-204-44/+98
* make help translateableKamil Domanski2011-06-201-2/+2
* make files app translateableKamil Domanski2011-06-202-15/+15
* dutch translationsRobin Appelman2011-06-206-0/+338
* make personal settings translatableRobin Appelman2011-06-205-16/+109
* add settings option for languageRobin Appelman2011-06-205-31/+99
* app files_publiclink is now translateableKamil Domanski2011-06-202-8/+8
* 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-1925-55/+584
|/
* 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
* admin templates are now translateableKamil Domanski2011-06-195-25/+25
* Fixed documentation of OC_L10NJakob Sack2011-06-191-3/+5
* L10N is here ;-)Jakob Sack2011-06-1910-20/+214
* tabs, not spacesJakob Sack2011-06-191-13/+14
* 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-192-2/+3
* forgot "event" as a parameter.Jakob Sack2011-06-191-2/+2
* move installation of shipped apps to setupKamil Domanski2011-06-192-21/+19
* change db index names to avoid collisionsKamil Domanski2011-06-182-6/+6
* handle app repo connection failureKamil Domanski2011-06-183-58/+84
* only create one connection to a sqlite3 database, fixes 'Database locked' err...Robin Appelman2011-06-171-0/+8
* make new folder dialog behave more like a regular form, so you can press ente...Robin Appelman2011-06-172-2/+3
* prevent some possible warnings if there are files in /appsRobin Appelman2011-06-171-1/+1
* make the system for default fileactions more flexibleRobin Appelman2011-06-161-5/+8
* 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
* remove plugins settings pageRobin Appelman2011-06-142-80/+0
* remove outdated plugins entry in settings pageRobin Appelman2011-06-141-1/+0
* fix settings page for non-admin usersRobin Appelman2011-06-142-10/+12
* small fix in filesystem testRobin Appelman2011-06-142-4/+3
* make use of native sqlite3 prepared statementsRobin Appelman2011-06-141-2/+329
* store numbers as strings to prevent errors with numeric passwordsRobin Appelman2011-06-141-3/+0
* use sqlite3 if sqlite2 isn't availableRobin Appelman2011-06-141-3/+8
* fix error with empty config fileRobin Appelman2011-06-141-1/+1
* Fix php4 legacy callsThomas Zander2011-06-134-24/+12
* make OC_DB work with the sqlite3 driverRobin Appelman2011-06-131-6/+8
* sqlite3 driver for mdb2Robin Appelman2011-06-136-0/+3626
* add option to remove tables install from database structureRobin Appelman2011-06-121-0/+38