Commit Graph

52 Commits (6585e83037541bc2126b111b39ce867f9ec09ad3)

Author SHA1 Message Date
Robin Appelman 9d8047382e fix ocs private data get/set queries for mysql 14 years ago
Robin Appelman 0337b46975 remove debug statement 14 years ago
Robin Appelman f2d78424f2 don't try to use *nix file premissions on windows hosts 14 years ago
Elias Probst ba246b450f Fixed typo (Lisener → Listener) 14 years ago
Robin Appelman ad8d6c4260 set version number to 1.1 15 years ago
Kees Huiberts e56c316576 Fixed small bug, added global $SERVERROOT to OC_UTIL 15 years ago
Robin Appelman 1d1bb352d9 do not initialize mdb2_scheme if we don't use it, saves a lot of time 15 years ago
Robin Appelman cffa4edb72 provide a basic viewer for text files 15 years ago
Robin Appelman ec7c069653 provide a defealt, empty, filesystem configuration to suppress some errors 15 years ago
Robin Appelman 5162809c8a make the filesystem configurable (no gui yet) 15 years ago
Robin Appelman b479f9d570 remove Admin Panel from the main menu since it's handeld by the new settings page now 15 years ago
Robin Appelman a47558b2fd change the way the user is rooted in his own folder in order to make filesystem managment easier 15 years ago
Robin Appelman 08454ce463 remove debug messages 15 years ago
Robin Appelman 5f53165efb provide a function to load the data from a plugin.xml file 15 years ago
Robin Appelman 8b2ff8dcad change the user backend after we load the plugins 15 years ago
Robin Appelman 2a78209728 comply with updated version of the plugin.xml syntax 15 years ago
Robin Appelman 98e49c7552 use new plugin system for loading plugins 15 years ago
Martin T. H. Sandsmark 1f46d0fc7d remove debug output 15 years ago
Martin T. H. Sandsmark c2504f54ad fix some, do not enjoy php 15 years ago
Martin T. H. Sandsmark e6f6c62113 some fixes 15 years ago
Aldo "xoen" Giambelluca 11664f3153 Moved LDAP authentication into a plugin 15 years ago
Aldo "xoen" Giambelluca 68775a282d Created class `OC_USER_BACKEND` for general user managment 15 years ago
Aldo "xoen" Giambelluca 9fe46ef093 OC_USER now is an abstract class (OC_USER_ABSTRACT) 15 years ago
Martin T. H. Sandsmark 64d4d57615 fix permissions, start to implement private data api 15 years ago
Aldo "xoen" Giambelluca 00df2099b5 Using camelCase for function names in 'inc/lib_base.php' 15 years ago
Robin Appelman b38aa771d1 Initial version of remote ownCloud access through filesystem abstraction 15 years ago
Robin Appelman 581328fbc1 Fix custom database names 15 years ago
Robin Appelman 4e12ce63f9 fix affected frows and free_result in OC_DB 15 years ago
Robin Appelman d96793f14f Fix some database problems, do not use the cache when creating users 15 years ago
Sandro 8ede7d075e load all plugins 15 years ago
Sandro 4f5e24a327 load plugins 15 years ago
Robin Appelman 0ba0f22627 fix webroot when using symlinks 15 years ago
Sandro a0088cfea6 right WEBROOT 15 years ago
Robin Appelman a9fd0c67b4 Initial PostgreSQL support 15 years ago
Robin Appelman 7503ad139b use MDB2_Schema for the creation of the initial database 15 years ago
Robin Appelman 02ad83b04d fix insertid in OC_DB 15 years ago
Robin Appelman df149217b9 fix loading of plugins 15 years ago
Robin Appelman 56dfcce9b9 improved detection of WEBROOT 15 years ago
Robin Appelman 43cabdb3f8 better error messages if there are premission problems 15 years ago
Robin cd1ffd912b only check for a writeable config.php when attempting to change the config 15 years ago
Robin 3d546db141 do not give the 'can't write config file' error when the config file doesn't exsist 15 years ago
Robin 7b08854f70 use MDB2's escape instead of mysql_escape 15 years ago
Robin 086f060b9e fix when owncloud is installed in the root of a server 15 years ago
Robin 78e54e1909 fixes in log and ocs 15 years ago
Robin 35711d7534 small fixes 15 years ago
Robin 8058b24227 provide layout for smaller screens on android/iphone 15 years ago
Robin 898d2489bb more checks on server enviroment and some bugfixes in admin and firstrun dialog 15 years ago
Robin 51b253447d provide option for automatic backup 15 years ago
Robin 565410d8e2 use an abstraction for file system functions to allow premisions and multiply storage backends 15 years ago
Robin ede1c64edd port OC_DB to MDB2 15 years ago