]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2010-07-28 Robin Appelmancomply with updated version of the plugin.xml syntax
2010-07-28 Robin Appelmanuse new plugin system for loading plugins
2010-07-27 Robin AppelmanMerge commit 'refs/merge-requests/31' of git://gitoriou...
2010-07-27 Robin AppelmanMerge branch 'master' of gitorious.org:owncloud/owncloud
2010-07-27 Robin Appelmanuse = instead of LIKE when selecting private attributes
2010-07-25 Martin T. H... more addslashes magic sauce
2010-07-25 Martin T. H... remove debug output
2010-07-25 Martin T. H... fix mdb2 usage, add optional format variable
2010-07-25 Martin T. H... fix some, do not enjoy php
2010-07-24 Martin T. H... some fixes
2010-07-24 Martin T. H... fix parsing of url
2010-07-22 Aldo "xoen... Moved LDAP authentication into a plugin
2010-07-22 Aldo "xoen... Cleaned up and added some documentation
2010-07-21 Aldo "xoen... Created class `OC_USER_BACKEND` for general user managment
2010-07-19 Aldo "xoen... OC_USER now is an abstract class (OC_USER_ABSTRACT)
2010-07-19 Aldo "xoen... Reverted to self::$classType syntax and fixed the use...
2010-07-16 Martin T. H... fix permissions, start to implement private data api
2010-07-15 Aldo "xoen... Minor style changes
2010-07-15 Aldo "xoen... Fixed a cache-check in `OC_USER_Database::getGroupName...
2010-07-15 Aldo "xoen... Minor style changes
2010-07-15 fabianAbstract lib_user
2010-07-15 fabianSupport for mod_auth added
2010-07-12 Aldo "xoen... Improved OC_CONFIG::saveConfiguration()
2010-07-12 Aldo "xoen... Call `saveConfiguration()` using self and fixed a typo
2010-07-11 Aldo "xoen... added `writeConfiguration()` method to OC_CONFIG
2010-07-11 Aldo "xoen... Added more MIME Types in `inc/lib_filestorage.php`
2010-07-10 Aldo "xoen... Using camelCase for function names in 'inc/lib_user...
2010-07-10 Aldo "xoen... Using camelCase for function names in 'inc/lib_ocs...
2010-07-10 Aldo "xoen... Using camelCase for function names in 'inc/lib_files...
2010-07-10 Aldo "xoen... Using camelCase for function names in 'inc/lib_base...
2010-07-10 Aldo "xoen... Using camelCase for function names in 'inc/lib_config...
2010-07-10 Aldo "xoen... Fixed validation of /settings
2010-07-09 Robin AppelmanMerge git://gitorious.org/~icewind/owncloud/icewinds...
2010-07-09 Robin Appelmanfix line feeds
2010-07-08 Robin AppelmanMerge branch 'merge'
2010-07-08 Robin AppelmanMerge commit 'refs/merge-requests/23' of git://gitoriou...
2010-07-07 Robin AppelmanOnly connect to a remote ownCloud when we are actually...
2010-07-07 Robin AppelmanInitial version of remote ownCloud access through files...
2010-07-06 Robin AppelmanFix custom database names
2010-07-06 Robin AppelmanInitial work on transering files between servers
2010-07-06 Robin Appelmanfix table prefix not being set correctly to an empty...
2010-07-06 Robin AppelmanMerge branch 'master' of gitorious.org:owncloud/owncloud
2010-07-06 Robin AppelmanFix page not refreshing after login
2010-07-05 Robin AppelmanDo not use table perfix for sqlite
2010-07-05 Robin AppelmanFix some database errors
2010-07-05 Robin Appelmanmerge
2010-07-05 Robin Appelmanfix affected frows and free_result in OC_DB
2010-07-05 Robin AppelmanMerge commit 'refs/merge-requests/27' of git://gitoriou...
2010-07-05 Robin AppelmanMerge branch 'master' of gitorious.org:owncloud/owncloud
2010-07-05 Robin AppelmanFix some database problems, do not use the cache when...
2010-07-04 Robin Appelmanmayor improvements in the handling of locks in webdav
2010-07-04 Robin Appelmanfix recursive copying of folders with webdav
2010-07-04 Robin Appelmanfix wrong header sent as response when overwriting...
2010-07-04 Aldo "xoen... Avoid creation of variables just to put the table names...
2010-07-04 Aldo "xoen... Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesy...
2010-07-04 Robin Appelmanfix silly mistake in previous commit
2010-07-04 Robin Appelmanfix potential infinite loop
2010-07-04 Aldo "xoen... Changed table name from Log to log in 'inc/lib_log...
2010-07-04 Aldo "xoen... Now DB tables are created with the right name (using...
2010-07-04 Aldo "xoen... Write DB table prefix into the configuration file
2010-07-04 Aldo "xoen... Added a input for the DB table prefix in 'inc/templates...
2010-07-04 Aldo "xoen... Made first run a valid XHTML document ;)
2010-07-03 Aldo "xoen... Using table prefix preference in 'inc/lib_user.php'
2010-07-03 Aldo "xoen... Using table prefix preference in 'inc/lib_ocs.php'
2010-07-03 Aldo "xoen... Using table prefix preference in 'inc/lib_log.php'
2010-07-03 Aldo "xoen... Using table prefix preference and some reformatting
2010-07-03 Aldo "xoen... Added variable $CONFIG_DBTABLEPREFIX in configuration...
2010-06-30 Aldo "xoen... Font size now respect user preferences
2010-06-29 Aldo "xoen... Fixed some validation error in /settings
2010-06-29 Aldo "xoen... Specified character encoding
2010-06-29 Sandroload all plugins
2010-06-29 Robin Appelmanchange target directory for uploads when changing folde...
2010-06-28 Sandroshow users/group config
2010-06-28 Sandroload plugins
2010-06-27 Robin Appelmanfix webroot when using symlinks
2010-06-26 Sandroright WEBROOT
2010-06-25 Robin Appelmanfix users being to able to read files outside the datadir
2010-06-22 Robin Appelmanfix checkboxes in filebrowser in konqueror
2010-06-21 Robin AppelmanCache user and group id's to save some queries
2010-06-20 Robin AppelmanInitial PostgreSQL support
2010-06-18 Robin Appelmanuse MDB2_Schema for the creation of the initial database
2010-06-11 Robin Appelmanfix insertid in OC_DB
2010-06-11 Robin Appelmanfix loading of plugins
2010-06-10 Robin Appelmanfix changing password when using sqlite
2010-06-09 Robin AppelmanMerge commit 'refs/merge-requests/19' of git://gitoriou...
2010-06-09 Willi Ballenthinchanged a single typo. 'to' --> 'too'.
2010-06-09 Gaël BeaudoinSet the footer version to RC1 v1.0RC1
2010-06-07 Robin Appelmanimproved detection of WEBROOT
2010-06-06 Robin Appelmanless options when using sqlite during first run
2010-06-06 Robin Appelmandisable user managment for now
2010-06-01 Robin Appelmanbetter error messages if there are premission problems
2010-06-01 Robin Appelmannotify the user if sqlite isn't installed during the...
2010-05-24 Robinuse proper file mode when testing config file for write...
2010-05-22 Robinonly check for a writeable config.php when attempting...
2010-05-22 Thomas ZanderIgnore auto-generated config file
2010-05-22 Thomas ZanderAdd a gitignore file for project
2010-05-22 Robindo not give the 'can't write config file' error when...
2010-05-22 Robinremove config/config.php, this will make using git...
2010-05-22 Robinclean the admin configuration form of db related entrie...
2010-05-22 Robinwhen not admin, only show logs of the current user
next