summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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' ↵Robin Appelman2011-06-171-0/+8
| | | | errors with webdav
* make new folder dialog behave more like a regular form, so you can press ↵Robin Appelman2011-06-172-2/+3
| | | | enter to create the folder
* 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
| | | | | Reviewed-by: Robin Appelman Reviewboard: http://git.reviewboard.kde.org/r/101549/
* make OC_DB work with the sqlite3 driverRobin Appelman2011-06-131-6/+8
|
* sqlite3 driver for mdb2Robin Appelman2011-06-136-0/+3626
| | | | | the only problem that I found with it so far is that it gives a database locked error on login, the rest seems to work fine but more testing is required.
* add option to remove tables install from database structureRobin Appelman2011-06-121-0/+38
|
* test cases for OC_FILESYSTEMRobin Appelman2011-06-121-5/+197
|
* test case library and start of filesystem testRobin Appelman2011-06-124-0/+214
|
* allow tear down of filesystem.Robin Appelman2011-06-122-3/+20
| | | | also fix a bug when chrooting to '/'
* fix delTreeRobin Appelman2011-06-121-1/+1
|
* Small modifications to clear logs functionsAlessandro Cosentino2011-06-073-3/+4
|