.. |
Group
|
Even more fixes on user management. Any designers here that want to make it good looking?
|
2011-04-18 13:12:30 +02:00 |
HTTP/WebDAV/Server
|
Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :)
|
2011-07-02 07:17:05 +05:30 |
MDB2/Driver
|
fix sqlite3 driver for php<5.3
|
2011-06-20 19:04:31 +02:00 |
User
|
Detect backend features dynamically instead of trial-and-error usage
|
2011-06-23 14:45:28 +02:00 |
app.php
|
Activate "active" for subentries
|
2011-06-20 19:50:25 +02:00 |
appconfig.php
|
Renamed a few columns in order t ohave both sqlite and mysql up and running
|
2011-05-15 15:03:12 +02:00 |
base.php
|
not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually
|
2011-06-26 00:59:31 +02:00 |
config.php
|
store numbers as strings to prevent errors with numeric passwords
|
2011-06-14 01:20:41 +02:00 |
connect.php
|
Use OC_CONFIG where possible
|
2011-04-16 12:18:42 +02:00 |
database.php
|
make OC_DB work with the sqlite3 driver
|
2011-06-13 04:06:43 +02:00 |
files.php
|
fix 404
|
2011-06-23 23:47:46 +02:00 |
filestorage.php
|
fix delTree
|
2011-06-12 00:50:13 +02:00 |
filesystem.php
|
add post_* hooks to filesystem for write, create, delete, rename and copy
|
2011-06-19 22:34:36 +02:00 |
group.php
|
More error checking in user management
|
2011-04-18 12:39:28 +02:00 |
helper.php
|
redirect_url to be respected in linkTo function
|
2011-06-25 01:14:28 +05:30 |
installer.php
|
install shipped apps also in "installed apps" page
|
2011-06-21 22:17:53 +02:00 |
l10n.php
|
add oc_user::getUser to get the user id of the loggedin user
|
2011-06-22 12:50:57 +02:00 |
log.php
|
Adding clear logs functions
|
2011-06-07 15:48:21 -04:00 |
ocs.php
|
port OC_OCS to prepared statements
|
2011-04-16 13:55:33 +02:00 |
ocsclient.php
|
handle app repo connection failure
|
2011-06-18 22:02:45 +02:00 |
preferences.php
|
improved check in oc_preferences if a key already exists
|
2011-06-19 22:34:36 +02:00 |
remotestorage.php
|
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
|
2011-03-01 23:20:16 +01:00 |
search.php
|
add search functionality, for now only searches files but plugins/apps can extend that
|
2011-04-24 16:09:27 +02:00 |
setup.php
|
fix 404
|
2011-06-23 23:47:46 +02:00 |
template.php
|
introducing simple file size, only MB as unit, details on hover
|
2011-07-07 01:27:16 +02:00 |
testcase.php
|
test case library and start of filesystem test
|
2011-06-12 01:06:27 +02:00 |
user.php
|
fix creating users
|
2011-06-23 18:23:47 +02:00 |