| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | improved appereance and clearability in system settings menu. However it does... | Steven | 2010-09-05 | 1 | -55/+107 |
| * | fix links in settings menu in all browsers except grome(ium) | Steven | 2010-09-04 | 1 | -1/+2 |
* | | remember the selected tab in the settings dialog when refreshing the page or ... | Robin Appelman | 2010-09-04 | 2 | -3/+14 |
|/ |
|
* | change the way the user is rooted in his own folder in order to make filesyst... | Robin Appelman | 2010-09-02 | 2 | -63/+101 |
* | new settings page that allows plugins to integrate their own settings dialogs... | Robin Appelman | 2010-08-12 | 4 | -12/+64 |
* | remove debug messages | Robin Appelman | 2010-08-12 | 1 | -2/+0 |
* | fix problem when creating users with a non-empty userid cache | Robin Appelman | 2010-08-12 | 1 | -3/+3 |
* | provide a function to load the data from a plugin.xml file | Robin Appelman | 2010-08-05 | 3 | -22/+93 |
* | change the user backend after we load the plugins | Robin Appelman | 2010-08-03 | 1 | -0/+2 |
* | update to comply with the OCS spec (lookup by application name too) | Martin Sandsmark | 2010-08-02 | 1 | -6/+7 |
* | fix warnings given by MDB2 if opendir is restricted by the host | Robin Appelman | 2010-07-30 | 1 | -2/+2 |
* | comply with updated version of the plugin.xml syntax | Robin Appelman | 2010-07-28 | 3 | -3/+33 |
* | use new plugin system for loading plugins | Robin Appelman | 2010-07-28 | 3 | -30/+136 |
* | Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou... | Robin Appelman | 2010-07-28 | 4 | -276/+676 |
|\ |
|
| * | Moved LDAP authentication into a plugin | Aldo "xoen" Giambelluca | 2010-07-23 | 4 | -252/+32 |
| * | Cleaned up and added some documentation | Aldo "xoen" Giambelluca | 2010-07-22 | 4 | -303/+407 |
| * | Created class `OC_USER_BACKEND` for general user managment | Aldo "xoen" Giambelluca | 2010-07-21 | 7 | -465/+590 |
| * | OC_USER now is an abstract class (OC_USER_ABSTRACT) | Aldo "xoen" Giambelluca | 2010-07-19 | 6 | -179/+154 |
| * | Reverted to self::$classType syntax and fixed the use of self in non-object | Aldo "xoen" Giambelluca | 2010-07-19 | 4 | -59/+57 |
| * | Minor style changes | Aldo "xoen" Giambelluca | 2010-07-15 | 3 | -95/+97 |
| * | Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style cha... | Aldo "xoen" Giambelluca | 2010-07-15 | 1 | -164/+179 |
| * | Minor style changes | Aldo "xoen" Giambelluca | 2010-07-15 | 2 | -172/+179 |
| * | Abstract lib_user | fabian | 2010-07-15 | 1 | -177/+46 |
| * | Support for mod_auth added | fabian | 2010-07-15 | 3 | -0/+525 |
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Robin Appelman | 2010-07-28 | 1 | -5/+6 |
|\| |
|
| * | Improved OC_CONFIG::saveConfiguration() | Aldo "xoen" Giambelluca | 2010-07-12 | 1 | -5/+6 |
* | | use = instead of LIKE when selecting private attributes | Robin Appelman | 2010-07-28 | 1 | -2/+1 |
* | | more addslashes magic sauce | Martin T. H. Sandsmark | 2010-07-25 | 1 | -1/+1 |
* | | remove debug output | Martin T. H. Sandsmark | 2010-07-25 | 1 | -1/+0 |
* | | fix mdb2 usage, add optional format variable | Martin T. H. Sandsmark | 2010-07-25 | 1 | -12/+12 |
* | | fix some, do not enjoy php | Martin T. H. Sandsmark | 2010-07-25 | 2 | -11/+18 |
* | | some fixes | Martin T. H. Sandsmark | 2010-07-25 | 2 | -6/+8 |
* | | fix parsing of url | Martin T. H. Sandsmark | 2010-07-25 | 1 | -6/+8 |
* | | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 135 | -1/+62 |
|/ |
|
* | Call `saveConfiguration()` using self and fixed a typo | Aldo "xoen" Giambelluca | 2010-07-12 | 1 | -2/+2 |
* | added `writeConfiguration()` method to OC_CONFIG | Aldo "xoen" Giambelluca | 2010-07-11 | 1 | -28/+51 |
* | Added more MIME Types in `inc/lib_filestorage.php` | Aldo "xoen" Giambelluca | 2010-07-11 | 1 | -24/+59 |
* | Using camelCase for function names in 'inc/lib_user.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -13/+13 |
* | Using camelCase for function names in 'inc/lib_ocs.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -9/+9 |
* | Using camelCase for function names in 'inc/lib_files.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -3/+3 |
* | Using camelCase for function names in 'inc/lib_base.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -10/+10 |
* | Using camelCase for function names in 'inc/lib_config.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -8/+8 |
* | Fixed validation of /settings | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -2/+2 |
* | Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge | Robin Appelman | 2010-07-09 | 41 | -262/+8438 |
|\ |
|
| * | Only connect to a remote ownCloud when we are actually using it | Robin Appelman | 2010-07-07 | 1 | -2/+32 |
| * | Initial version of remote ownCloud access through filesystem abstraction | Robin Appelman | 2010-07-07 | 7 | -11/+458 |
| * | Fix custom database names | Robin Appelman | 2010-07-06 | 1 | -1/+11 |
| * | Initial work on transering files between servers | Robin Appelman | 2010-07-06 | 2 | -0/+97 |
| * | fix table prefix not being set correctly to an empty string on first run when... | Robin Appelman | 2010-07-06 | 1 | -0/+1 |
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Robin Appelman | 2010-07-06 | 2 | -2/+9 |
| |\ |
|