Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove for now. main repository is at projects.kde.org/owncloud | Frank Karlitschek | 2011-08-13 | 1 | -728/+0 |
| | |||||
* | remove debug statement | Robin Appelman | 2011-01-20 | 1 | -1/+0 |
| | |||||
* | don't try to use *nix file premissions on windows hosts | Robin Appelman | 2011-01-18 | 1 | -34/+38 |
| | |||||
* | Fixed typo (Lisener → Listener) | Elias Probst | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | set version number to 1.1v1.1 | Robin Appelman | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed small bug, added global $SERVERROOT to OC_UTIL | Kees Huiberts | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | do not initialize mdb2_scheme if we don't use it, saves a lot of time | Robin Appelman | 2010-09-11 | 1 | -2/+8 |
| | |||||
* | provide a basic viewer for text files | Robin Appelman | 2010-09-08 | 1 | -0/+9 |
| | |||||
* | provide a defealt, empty, filesystem configuration to suppress some errors | Robin Appelman | 2010-09-06 | 1 | -0/+1 |
| | |||||
* | make the filesystem configurable (no gui yet) | Robin Appelman | 2010-09-06 | 1 | -3/+24 |
| | |||||
* | remove Admin Panel from the main menu since it's handeld by the new ↵ | Robin Appelman | 2010-09-06 | 1 | -3/+0 |
| | | | | settings page now | ||||
* | change the way the user is rooted in his own folder in order to make ↵ | Robin Appelman | 2010-09-02 | 1 | -29/+39 |
| | | | | filesystem managment easier | ||||
* | remove debug messages | Robin Appelman | 2010-08-12 | 1 | -2/+0 |
| | |||||
* | provide a function to load the data from a plugin.xml file | Robin Appelman | 2010-08-05 | 1 | -0/+3 |
| | |||||
* | change the user backend after we load the plugins | Robin Appelman | 2010-08-03 | 1 | -0/+2 |
| | |||||
* | comply with updated version of the plugin.xml syntax | Robin Appelman | 2010-07-28 | 1 | -0/+9 |
| | |||||
* | use new plugin system for loading plugins | Robin Appelman | 2010-07-28 | 1 | -28/+2 |
| | |||||
* | Merge commit 'refs/merge-requests/31' of ↵ | Robin Appelman | 2010-07-28 | 1 | -15/+27 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge | ||||
| * | Moved LDAP authentication into a plugin | Aldo "xoen" Giambelluca | 2010-07-23 | 1 | -15/+27 |
| | | | | | | | | | | Used the current plugin system to define `USER_OC_LDAP` class that can be used as backend for OC_USER | ||||
| * | Created class `OC_USER_BACKEND` for general user managment | Aldo "xoen" Giambelluca | 2010-07-21 | 1 | -56/+31 |
| | | | | | | | | | | | | It's possible to use `OC_USER` as normal but the real stuff is done by the `OC_USER::$_backend` class, setted using `OC_USER::setBackend()` (this is done in inc/lib_user.php) | ||||
| * | OC_USER now is an abstract class (OC_USER_ABSTRACT) | Aldo "xoen" Giambelluca | 2010-07-19 | 1 | -31/+56 |
| | | | | | | | | | | | | | | | | | | | | At start the choosen user manager is created (e.g. OC_USER_DATABASE, OC_USER_LDAP) and put into the global variable `$userManager`. This is the variable to use instead of `OC_USER` class. TODO: A better name than $userManager? | ||||
* | | remove debug output | Martin T. H. Sandsmark | 2010-07-25 | 1 | -1/+0 |
| | | |||||
* | | fix some, do not enjoy php | Martin T. H. Sandsmark | 2010-07-25 | 1 | -0/+1 |
| | | |||||
* | | some fixes | Martin T. H. Sandsmark | 2010-07-25 | 1 | -0/+1 |
| | | |||||
* | | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 1 | -0/+0 |
|/ | |||||
* | Using camelCase for function names in 'inc/lib_base.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -10/+10 |
| | | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code. | ||||
* | Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge | Robin Appelman | 2010-07-09 | 1 | -15/+73 |
|\ | | | | | | | | | | | | | | | | | Conflicts: inc/MDB2/Driver/Function/pgsql.php inc/MDB2/Driver/Manager/mysql.php inc/MDB2/Driver/Reverse/pgsql.php inc/MDB2/Driver/mysql.php inc/lib_base.php | ||||
| * | Initial version of remote ownCloud access through filesystem abstraction | Robin Appelman | 2010-07-07 | 1 | -0/+1 |
| | | |||||
| * | Fix custom database names | Robin Appelman | 2010-07-06 | 1 | -1/+11 |
| | | |||||
| * | merge | Robin Appelman | 2010-07-05 | 1 | -4/+12 |
| |\ | |||||
| * \ | Merge branch 'master' of gitorious.org:owncloud/owncloud | Robin Appelman | 2010-07-05 | 1 | -25/+7 |
| |\ \ | |||||
| * | | | Fix some database problems, do not use the cache when creating users | Robin Appelman | 2010-07-05 | 1 | -6/+6 |
| | | | | |||||
| * | | | Initial PostgreSQL support | Robin Appelman | 2010-06-20 | 1 | -1/+23 |
| | | | | |||||
| * | | | use MDB2_Schema for the creation of the initial database | Robin Appelman | 2010-06-18 | 1 | -5/+35 |
| | | | | |||||
| * | | | fix insertid in OC_DB | Robin Appelman | 2010-06-11 | 1 | -6/+1 |
| | | | | |||||
| * | | | fix loading of plugins | Robin Appelman | 2010-06-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'merge' | Robin Appelman | 2010-07-08 | 1 | -3/+15 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | load all plugins | Sandro | 2010-06-29 | 1 | -3/+15 |
| | | | | |||||
| * | | | load plugins | Sandro | 2010-06-28 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | fix affected frows and free_result in OC_DB | Robin Appelman | 2010-07-05 | 1 | -4/+12 |
|/ / | |||||
* | | fix webroot when using symlinks | Robin Appelman | 2010-06-27 | 1 | -2/+3 |
| | | |||||
* | | right WEBROOT | Sandro | 2010-06-27 | 1 | -24/+5 |
|/ | |||||
* | improved detection of WEBROOT | Robin Appelman | 2010-06-07 | 1 | -2/+21 |
| | |||||
* | better error messages if there are premission problems | Robin Appelman | 2010-06-01 | 1 | -6/+8 |
| | |||||
* | only check for a writeable config.php when attempting to change the config | Robin | 2010-05-23 | 1 | -3/+1 |
| | |||||
* | do not give the 'can't write config file' error when the config file doesn't ↵ | Robin | 2010-05-22 | 1 | -1/+1 |
| | | | | exsist | ||||
* | use MDB2's escape instead of mysql_escape | Robin | 2010-05-22 | 1 | -8/+9 |
| | |||||
* | fix when owncloud is installed in the root of a server | Robin | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | fixes in log and ocs | Robin | 2010-05-15 | 1 | -1/+24 |
| | |||||
* | small fixes | Robin | 2010-05-15 | 1 | -2/+2 |
| |