Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dutch translations | Robin Appelman | 2011-06-20 | 6 | -0/+338 |
| | |||||
* | make personal settings translatable | Robin Appelman | 2011-06-20 | 5 | -16/+109 |
| | |||||
* | add settings option for language | Robin Appelman | 2011-06-20 | 5 | -31/+99 |
| | |||||
* | app files_publiclink is now translateable | Kamil Domanski | 2011-06-20 | 2 | -8/+8 |
| | |||||
* | 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 | 25 | -55/+584 |
|/ | |||||
* | 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 |
| | |||||
* | admin templates are now translateable | Kamil Domanski | 2011-06-19 | 5 | -25/+25 |
| | |||||
* | Fixed documentation of OC_L10N | Jakob Sack | 2011-06-19 | 1 | -3/+5 |
| | |||||
* | L10N is here ;-) | Jakob Sack | 2011-06-19 | 10 | -20/+214 |
| | |||||
* | tabs, not spaces | Jakob Sack | 2011-06-19 | 1 | -13/+14 |
| | |||||
* | 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 | 2 | -2/+3 |
| | |||||
* | forgot "event" as a parameter. | Jakob Sack | 2011-06-19 | 1 | -2/+2 |
| | |||||
* | move installation of shipped apps to setup | Kamil Domanski | 2011-06-19 | 2 | -21/+19 |
| | |||||
* | change db index names to avoid collisions | Kamil Domanski | 2011-06-18 | 2 | -6/+6 |
| | |||||
* | handle app repo connection failure | Kamil Domanski | 2011-06-18 | 3 | -58/+84 |
| | |||||
* | only create one connection to a sqlite3 database, fixes 'Database locked' ↵ | Robin Appelman | 2011-06-17 | 1 | -0/+8 |
| | | | | errors with webdav | ||||
* | make new folder dialog behave more like a regular form, so you can press ↵ | Robin Appelman | 2011-06-17 | 2 | -2/+3 |
| | | | | enter to create the folder | ||||
* | prevent some possible warnings if there are files in /apps | Robin Appelman | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | make the system for default fileactions more flexible | Robin Appelman | 2011-06-16 | 1 | -5/+8 |
| | |||||
* | allow plugins to cancel filesystem operations using the provided hooks | Robin Appelman | 2011-06-16 | 1 | -49/+103 |
| | |||||
* | default to sqlite3 over sqlite2 for new installations | Robin Appelman | 2011-06-16 | 1 | -2/+2 |
| | |||||
* | remove plugins settings page | Robin Appelman | 2011-06-14 | 2 | -80/+0 |
| | |||||
* | remove outdated plugins entry in settings page | Robin Appelman | 2011-06-14 | 1 | -1/+0 |
| | |||||
* | fix settings page for non-admin users | Robin Appelman | 2011-06-14 | 2 | -10/+12 |
| | |||||
* | small fix in filesystem test | Robin Appelman | 2011-06-14 | 2 | -4/+3 |
| | |||||
* | make use of native sqlite3 prepared statements | Robin Appelman | 2011-06-14 | 1 | -2/+329 |
| | |||||
* | store numbers as strings to prevent errors with numeric passwords | Robin Appelman | 2011-06-14 | 1 | -3/+0 |
| | |||||
* | use sqlite3 if sqlite2 isn't available | Robin Appelman | 2011-06-14 | 1 | -3/+8 |
| | |||||
* | fix error with empty config file | Robin Appelman | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Fix php4 legacy calls | Thomas Zander | 2011-06-13 | 4 | -24/+12 |
| | | | | | Reviewed-by: Robin Appelman Reviewboard: http://git.reviewboard.kde.org/r/101549/ | ||||
* | make OC_DB work with the sqlite3 driver | Robin Appelman | 2011-06-13 | 1 | -6/+8 |
| | |||||
* | sqlite3 driver for mdb2 | Robin Appelman | 2011-06-13 | 6 | -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 structure | Robin Appelman | 2011-06-12 | 1 | -0/+38 |
| | |||||
* | test cases for OC_FILESYSTEM | Robin Appelman | 2011-06-12 | 1 | -5/+197 |
| | |||||
* | test case library and start of filesystem test | Robin Appelman | 2011-06-12 | 4 | -0/+214 |
| | |||||
* | allow tear down of filesystem. | Robin Appelman | 2011-06-12 | 2 | -3/+20 |
| | | | | also fix a bug when chrooting to '/' | ||||
* | fix delTree | Robin Appelman | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | Small modifications to clear logs functions | Alessandro Cosentino | 2011-06-07 | 3 | -3/+4 |
| |