Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | move installation of shipped apps to setup | Kamil Domanski | 2011-06-19 | 2 | -21/+19 |
| | |||||
* | handle app repo connection failure | Kamil Domanski | 2011-06-18 | 1 | -58/+70 |
| | |||||
* | only create one connection to a sqlite3 database, fixes 'Database locked' ↵ | Robin Appelman | 2011-06-17 | 1 | -0/+8 |
| | | | | errors with webdav | ||||
* | prevent some possible warnings if there are files in /apps | Robin Appelman | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | fix settings page for non-admin users | Robin Appelman | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 case library and start of filesystem test | Robin Appelman | 2011-06-12 | 1 | -0/+93 |
| | |||||
* | 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 |
| | |||||
* | Adding clear logs functions | Alessandro Cosentino | 2011-06-07 | 1 | -1/+13 |
| | |||||
* | try to adjust times to the clients timezone | Robin Appelman | 2011-06-05 | 1 | -2/+9 |
| | |||||
* | fix incorrect variable name in libfilestorage | Robin Appelman | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | merge refactoring in master | Robin Appelman | 2011-06-02 | 1 | -5/+0 |
| | |||||
* | delete old plugin stuff | Robin Appelman | 2011-06-02 | 1 | -381/+0 |
| | |||||
* | fix OC_HELPER::linkTo again | Robin Appelman | 2011-06-02 | 1 | -5/+4 |
| | |||||
* | fix OC_HELPER::linkto() when the link is not a valid file. | Robin Appelman | 2011-06-02 | 1 | -1/+1 |
| | | | | (e.g. a php script with ?foo=bar appended) | ||||
* | add dateOnly option to formatDate | Robin Appelman | 2011-06-02 | 1 | -3/+4 |
| |