summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-16135-1/+62
* Call `saveConfiguration()` using self and fixed a typoAldo "xoen" Giambelluca2010-07-121-2/+2
* added `writeConfiguration()` method to OC_CONFIGAldo "xoen" Giambelluca2010-07-111-28/+51
* Added more MIME Types in `inc/lib_filestorage.php`Aldo "xoen" Giambelluca2010-07-111-24/+59
* Using camelCase for function names in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-101-13/+13
* Using camelCase for function names in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-101-9/+9
* Using camelCase for function names in 'inc/lib_files.php'Aldo "xoen" Giambelluca2010-07-101-3/+3
* Using camelCase for function names in 'inc/lib_base.php'Aldo "xoen" Giambelluca2010-07-101-10/+10
* Using camelCase for function names in 'inc/lib_config.php'Aldo "xoen" Giambelluca2010-07-101-8/+8
* Fixed validation of /settingsAldo "xoen" Giambelluca2010-07-101-2/+2
* Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into mergeRobin Appelman2010-07-0941-262/+8438
|\
| * Only connect to a remote ownCloud when we are actually using itRobin Appelman2010-07-071-2/+32
| * Initial version of remote ownCloud access through filesystem abstractionRobin Appelman2010-07-077-11/+458
| * Fix custom database namesRobin Appelman2010-07-061-1/+11
| * Initial work on transering files between serversRobin Appelman2010-07-062-0/+97
| * fix table prefix not being set correctly to an empty string on first run when...Robin Appelman2010-07-061-0/+1
| * Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-062-2/+9
| |\
| * | Do not use table perfix for sqliteRobin Appelman2010-07-052-2/+4
| * | Fix some database errorsRobin Appelman2010-07-053-5/+4
| * | mergeRobin Appelman2010-07-051-4/+12
| |\ \
| * \ \ Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-056-31/+69
| |\ \ \
| | * | | Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca2010-07-045-70/+45
| | * | | Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php'Aldo "xoen" Giambelluca2010-07-041-13/+29
| | * | | Changed table name from Log to log in 'inc/lib_log.php'Aldo "xoen" Giambelluca2010-07-041-2/+2
| | * | | Now DB tables are created with the right name (using the prefix)Aldo "xoen" Giambelluca2010-07-041-0/+3
| | * | | Write DB table prefix into the configuration fileAldo "xoen" Giambelluca2010-07-041-16/+17
| | * | | Added a input for the DB table prefix in 'inc/templates/adminform.php'Aldo "xoen" Giambelluca2010-07-041-6/+8
| | * | | Using table prefix preference in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-031-11/+44
| | * | | Using table prefix preference in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-031-2/+4
| | * | | Using table prefix preference in 'inc/lib_log.php'Aldo "xoen" Giambelluca2010-07-031-7/+14
| | * | | Using table prefix preference and some reformattingAldo "xoen" Giambelluca2010-07-031-7/+15
| * | | | Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-058-77/+160
| |\ \ \ \
| * | | | | Fix some database problems, do not use the cache when creating usersRobin Appelman2010-07-0516-5369/+5370
| * | | | | Cache user and group id's to save some queriesRobin Appelman2010-06-221-0/+19
| * | | | | Initial PostgreSQL supportRobin Appelman2010-06-205-49/+97
| * | | | | use MDB2_Schema for the creation of the initial databaseRobin Appelman2010-06-1821-178/+7667
| * | | | | fix insertid in OC_DBRobin Appelman2010-06-111-6/+1
| * | | | | fix loading of pluginsRobin Appelman2010-06-111-1/+1
* | | | | | fix line feedsRobin Appelman2010-07-096-5345/+5345
* | | | | | Merge branch 'merge'Robin Appelman2010-07-083-7/+19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-083-7/+19
| |\ \ \ \ \
| | * | | | | load all pluginsSandro2010-06-291-3/+15
| | * | | | | show users/group configSandro2010-06-282-4/+4
| | * | | | | load pluginsSandro2010-06-281-1/+1
* | | | | | | Fix page not refreshing after loginRobin Appelman2010-07-062-2/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | fix affected frows and free_result in OC_DBRobin Appelman2010-07-051-4/+12
| |_|_|/ / |/| | | |
* | | | | mayor improvements in the handling of locks in webdavRobin Appelman2010-07-051-18/+70
* | | | | fix recursive copying of folders with webdavRobin Appelman2010-07-043-7/+39
* | | | | fix wrong header sent as response when overwriting files in webdavRobin Appelman2010-07-041-5/+0
* | | | | fix silly mistake in previous commitRobin Appelman2010-07-041-1/+1