Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/inc
AgeCommit message (Expand)Author
2010-09-05improved appereance and clearability in system settings menu. However it does...Steven
2010-09-05remember the selected tab in the settings dialog when refreshing the page or ...Robin Appelman
2010-09-04fix links in settings menu in all browsers except grome(ium)Steven
2010-09-02change the way the user is rooted in his own folder in order to make filesyst...Robin Appelman
2010-08-12new settings page that allows plugins to integrate their own settings dialogs...Robin Appelman
2010-08-12remove debug messagesRobin Appelman
2010-08-12fix problem when creating users with a non-empty userid cacheRobin Appelman
2010-08-05provide a function to load the data from a plugin.xml fileRobin Appelman
2010-08-03change the user backend after we load the pluginsRobin Appelman
2010-08-02update to comply with the OCS spec (lookup by application name too)Martin Sandsmark
2010-07-30fix warnings given by MDB2 if opendir is restricted by the hostRobin Appelman
2010-07-29comply with updated version of the plugin.xml syntaxRobin Appelman
2010-07-28use new plugin system for loading pluginsRobin Appelman
2010-07-28Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou...Robin Appelman
2010-07-28Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman
2010-07-28use = instead of LIKE when selecting private attributesRobin Appelman
2010-07-25more addslashes magic sauceMartin T. H. Sandsmark
2010-07-25remove debug outputMartin T. H. Sandsmark
2010-07-25fix mdb2 usage, add optional format variableMartin T. H. Sandsmark
2010-07-25fix some, do not enjoy phpMartin T. H. Sandsmark
2010-07-25some fixesMartin T. H. Sandsmark
2010-07-25fix parsing of urlMartin T. H. Sandsmark
2010-07-23Moved LDAP authentication into a pluginAldo "xoen" Giambelluca
2010-07-23Cleaned up and added some documentationAldo "xoen" Giambelluca
2010-07-21Created class `OC_USER_BACKEND` for general user managmentAldo "xoen" Giambelluca
2010-07-19OC_USER now is an abstract class (OC_USER_ABSTRACT)Aldo "xoen" Giambelluca
2010-07-19Reverted to self::$classType syntax and fixed the use of self in non-objectAldo "xoen" Giambelluca
2010-07-16fix permissions, start to implement private data apiMartin T. H. Sandsmark
2010-07-15Minor style changesAldo "xoen" Giambelluca
2010-07-15Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style cha...Aldo "xoen" Giambelluca
2010-07-15Minor style changesAldo "xoen" Giambelluca
2010-07-15Abstract lib_userfabian
2010-07-15Support for mod_auth addedfabian
2010-07-12Improved OC_CONFIG::saveConfiguration()Aldo "xoen" Giambelluca
2010-07-12Call `saveConfiguration()` using self and fixed a typoAldo "xoen" Giambelluca
2010-07-12added `writeConfiguration()` method to OC_CONFIGAldo "xoen" Giambelluca
2010-07-11Added more MIME Types in `inc/lib_filestorage.php`Aldo "xoen" Giambelluca
2010-07-10Using camelCase for function names in 'inc/lib_user.php'Aldo "xoen" Giambelluca
2010-07-10Using camelCase for function names in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca
2010-07-10Using camelCase for function names in 'inc/lib_files.php'Aldo "xoen" Giambelluca
2010-07-10Using camelCase for function names in 'inc/lib_base.php'Aldo "xoen" Giambelluca
2010-07-10Using camelCase for function names in 'inc/lib_config.php'Aldo "xoen" Giambelluca
2010-07-10Fixed validation of /settingsAldo "xoen" Giambelluca
2010-07-09Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into mergeRobin Appelman
2010-07-09fix line feedsRobin Appelman
2010-07-08Merge branch 'merge'Robin Appelman
2010-07-08Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/ownclou...Robin Appelman
2010-07-07Only connect to a remote ownCloud when we are actually using itRobin Appelman
2010-07-07Initial version of remote ownCloud access through filesystem abstractionRobin Appelman
2010-07-06Fix custom database namesRobin Appelman