summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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' ↵Robin Appelman2011-06-171-0/+8
| | | | errors with webdav
* 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
|
* fix settings page for non-admin usersRobin Appelman2011-06-141-2/+2
|
* 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
|
* 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 case library and start of filesystem testRobin Appelman2011-06-121-0/+93
|
* 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
|
* Adding clear logs functionsAlessandro Cosentino2011-06-071-1/+13
|
* try to adjust times to the clients timezoneRobin Appelman2011-06-051-2/+9
|
* fix incorrect variable name in libfilestorageRobin Appelman2011-06-041-1/+1
|
* merge refactoring in masterRobin Appelman2011-06-021-5/+0
|
* delete old plugin stuffRobin Appelman2011-06-021-381/+0
|
* fix OC_HELPER::linkTo againRobin Appelman2011-06-021-5/+4
|
* fix OC_HELPER::linkto() when the link is not a valid file.Robin Appelman2011-06-021-1/+1
| | | | (e.g. a php script with ?foo=bar appended)
* add dateOnly option to formatDateRobin Appelman2011-06-021-3/+4
|