0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-03 11:46:01 +00:00

Commit graph

  • 42d603c5b3 Minor style changes Aldo "xoen" Giambelluca 2010-07-15 20:57:14 +0200
  • 64fd3f7aea Fixed a cache-check in OC_USER_Database::getGroupName() and minor style changes Aldo "xoen" Giambelluca 2010-07-15 19:56:13 +0200
  • 7b84bf5f0e Minor style changes Aldo "xoen" Giambelluca 2010-07-15 19:10:20 +0200
  • 9ff483759f Abstract lib_user fabian 2010-07-15 14:11:53 +0200
  • e4986c2d9f Support for mod_auth added fabian 2010-07-15 14:09:22 +0200
  • 47674cb473 Improved OC_CONFIG::saveConfiguration() Aldo "xoen" Giambelluca 2010-07-12 19:58:45 +0200
  • fa9deac833 Call saveConfiguration() using self and fixed a typo Aldo "xoen" Giambelluca 2010-07-12 13:24:02 +0200
  • 97596be52e added writeConfiguration() method to OC_CONFIG Aldo "xoen" Giambelluca 2010-07-11 22:44:48 +0200
  • 50c067ffe8 Added more MIME Types in inc/lib_filestorage.php Aldo "xoen" Giambelluca 2010-07-11 19:51:26 +0200
  • 0939d5c393 Using camelCase for function names in 'inc/lib_user.php' Aldo "xoen" Giambelluca 2010-07-10 20:00:27 +0200
  • 890d7fa512 Using camelCase for function names in 'inc/lib_ocs.php' Aldo "xoen" Giambelluca 2010-07-10 19:59:18 +0200
  • e3a0898a99 Using camelCase for function names in 'inc/lib_files.php' Aldo "xoen" Giambelluca 2010-07-10 19:57:46 +0200
  • 00df2099b5 Using camelCase for function names in 'inc/lib_base.php' Aldo "xoen" Giambelluca 2010-07-10 19:56:47 +0200
  • a532719c21 Using camelCase for function names in 'inc/lib_config.php' Aldo "xoen" Giambelluca 2010-07-10 19:41:30 +0200
  • 7a7b2cdd1e Fixed validation of /settings Aldo "xoen" Giambelluca 2010-07-10 05:43:41 +0200
  • 96e185f150 Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge Robin Appelman 2010-07-09 13:43:40 +0200
  • 9f914275db fix line feeds Robin Appelman 2010-07-09 13:39:33 +0200
  • 68cc904bc1 Merge branch 'merge' Robin Appelman 2010-07-08 20:31:54 +0200
  • 32e5851255 Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/owncloud into merge Robin Appelman 2010-07-08 20:31:02 +0200
  • 77c423d27b Only connect to a remote ownCloud when we are actually using it Robin Appelman 2010-07-07 15:13:09 +0200
  • b38aa771d1 Initial version of remote ownCloud access through filesystem abstraction Robin Appelman 2010-07-07 12:30:30 +0200
  • 581328fbc1 Fix custom database names Robin Appelman 2010-07-06 19:57:08 +0200
  • 9fe7f992d9 Initial work on transering files between servers Robin Appelman 2010-07-06 12:50:37 +0200
  • 761b54fc17 fix table prefix not being set correctly to an empty string on first run when using sqlite Robin Appelman 2010-07-06 10:37:11 +0200
  • 1bdfe395cd Merge branch 'master' of gitorious.org:owncloud/owncloud Robin Appelman 2010-07-06 10:35:23 +0200
  • 11d515ef4e Fix page not refreshing after login Robin Appelman 2010-07-06 10:30:08 +0200
  • c718716e57 Do not use table perfix for sqlite Robin Appelman 2010-07-05 15:31:59 +0200
  • a26ef87840 Fix some database errors Robin Appelman 2010-07-05 13:39:53 +0200
  • db5ac0b477 merge Robin Appelman 2010-07-05 13:35:41 +0200
  • 4e12ce63f9 fix affected frows and free_result in OC_DB Robin Appelman 2010-07-05 13:31:32 +0200
  • a73fbc5e32 Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge Robin Appelman 2010-07-05 12:17:31 +0200
  • 845d534144 Merge branch 'master' of gitorious.org:owncloud/owncloud Robin Appelman 2010-07-05 11:44:33 +0200
  • d96793f14f Fix some database problems, do not use the cache when creating users Robin Appelman 2010-07-05 11:37:50 +0200
  • 3d2f68c43f mayor improvements in the handling of locks in webdav Robin Appelman 2010-07-05 00:39:38 +0200
  • d374bcddc1 fix recursive copying of folders with webdav Robin Appelman 2010-07-04 18:08:35 +0200
  • baf7e00a94 fix wrong header sent as response when overwriting files in webdav Robin Appelman 2010-07-04 16:01:31 +0200
  • 76672fe037 Avoid creation of variables just to put the table names with prefix Aldo "xoen" Giambelluca 2010-07-04 11:32:39 +0200
  • f3627a756e Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php' Aldo "xoen" Giambelluca 2010-07-04 10:36:50 +0200
  • 0d299885be fix silly mistake in previous commit Robin Appelman 2010-07-04 10:02:10 +0200
  • 8c8979f11e fix potential infinite loop Robin Appelman 2010-07-04 09:54:54 +0200
  • 78cc98e4ea Changed table name from Log to log in 'inc/lib_log.php' Aldo "xoen" Giambelluca 2010-07-04 07:39:26 +0200
  • 2fe595d109 Now DB tables are created with the right name (using the prefix) Aldo "xoen" Giambelluca 2010-07-04 07:35:05 +0200
  • e2c621e958 Write DB table prefix into the configuration file Aldo "xoen" Giambelluca 2010-07-04 06:48:59 +0200
  • f26c7d9bfc Added a input for the DB table prefix in 'inc/templates/adminform.php' Aldo "xoen" Giambelluca 2010-07-04 06:47:08 +0200
  • a857c7a04c Made first run a valid XHTML document ;) Aldo "xoen" Giambelluca 2010-07-04 05:36:05 +0200
  • 54c1264e24 Using table prefix preference in 'inc/lib_user.php' Aldo "xoen" Giambelluca 2010-07-03 19:38:31 +0200
  • 3f45771895 Using table prefix preference in 'inc/lib_ocs.php' Aldo "xoen" Giambelluca 2010-07-03 19:12:51 +0200
  • 31df117f1c Using table prefix preference in 'inc/lib_log.php' Aldo "xoen" Giambelluca 2010-07-03 19:08:31 +0200
  • a87f4da3f3 Using table prefix preference and some reformatting Aldo "xoen" Giambelluca 2010-07-03 19:06:42 +0200
  • 969c8053ce Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix Aldo "xoen" Giambelluca 2010-07-03 18:59:56 +0200
  • 2e1da240ff Font size now respect user preferences Aldo "xoen" Giambelluca 2010-06-30 14:24:36 +0200
  • 8a94686b0f Fixed some validation error in /settings Aldo "xoen" Giambelluca 2010-06-29 17:35:04 +0200
  • 1d01d54205 Specified character encoding Aldo "xoen" Giambelluca 2010-06-29 17:09:47 +0200
  • 8ede7d075e load all plugins Sandro 2010-06-29 14:53:54 +0200
  • 2a5bcbe721 change target directory for uploads when changing folders in web-frontend Robin Appelman 2010-06-29 04:00:01 +0200
  • 6c400ce8c6 show users/group config Sandro 2010-06-28 18:39:03 +0200
  • 4f5e24a327 load plugins Sandro 2010-06-28 18:38:06 +0200
  • 0ba0f22627 fix webroot when using symlinks Robin Appelman 2010-06-27 18:09:59 +0200
  • a0088cfea6 right WEBROOT Sandro 2010-06-27 00:16:09 +0200
  • 23d006fc25 fix users being to able to read files outside the datadir Robin Appelman 2010-06-25 13:24:27 +0200
  • 69ab810005 fix checkboxes in filebrowser in konqueror Robin Appelman 2010-06-22 16:13:45 +0200
  • e4a83b68e9 Cache user and group id's to save some queries Robin Appelman 2010-06-22 01:27:44 +0200
  • a9fd0c67b4 Initial PostgreSQL support Robin Appelman 2010-06-20 17:58:39 +0200
  • 7503ad139b use MDB2_Schema for the creation of the initial database Robin Appelman 2010-06-18 20:08:24 +0200
  • 02ad83b04d fix insertid in OC_DB Robin Appelman 2010-06-11 17:58:23 +0200
  • df149217b9 fix loading of plugins Robin Appelman 2010-06-11 16:54:57 +0200
  • 3c19e66151 fix changing password when using sqlite Robin Appelman 2010-06-11 00:40:42 +0200
  • b9f7a4d955 Merge commit 'refs/merge-requests/19' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-06-09 20:48:49 +0200
  • 9ac8c324ed changed a single typo. 'to' --> 'too'. Willi Ballenthin 2010-06-09 13:24:57 -0400
  • 391544de78 Set the footer version to RC1 v1.0RC1 Gaël Beaudoin 2010-06-09 14:04:40 +0200
  • 56dfcce9b9 improved detection of WEBROOT Robin Appelman 2010-06-07 02:18:21 +0200
  • e4a5ef55fb less options when using sqlite during first run Robin Appelman 2010-06-06 22:13:34 +0200
  • c0b783d12e disable user managment for now Robin Appelman 2010-06-06 22:07:37 +0200
  • 43cabdb3f8 better error messages if there are premission problems Robin Appelman 2010-06-01 13:59:04 +0200
  • ca0744c0df notify the user if sqlite isn't installed during the first dialog Robin Appelman 2010-06-01 13:57:28 +0200
  • 15a3949811 use proper file mode when testing config file for write premissions Robin 2010-05-24 20:10:36 +0200
  • cd1ffd912b only check for a writeable config.php when attempting to change the config Robin 2010-05-23 00:18:37 +0200
  • ea73168a53 Ignore auto-generated config file Thomas Zander 2010-05-22 23:53:07 +0200
  • cec33f19a4 Add a gitignore file for project Thomas Zander 2010-05-22 23:44:56 +0200
  • 3d546db141 do not give the 'can't write config file' error when the config file doesn't exsist Robin 2010-05-22 23:45:58 +0200
  • 540963060a remove config/config.php, this will make using git on the server easier since config.php changes Robin 2010-05-22 23:43:06 +0200
  • 89758ae656 clean the admin configuration form of db related entries and data_dirrectory (as long as we don't move the data when that changes) Robin 2010-05-22 23:34:48 +0200
  • f83b387385 when not admin, only show logs of the current user Robin 2010-05-22 23:26:40 +0200
  • 7b08854f70 use MDB2's escape instead of mysql_escape Robin 2010-05-22 23:05:49 +0200
  • 6668793f4a updated docs Robin 2010-05-22 22:38:27 +0200
  • 5468a8afa1 remove old unused _can_excecute Robin 2010-05-22 22:26:25 +0200
  • 78ce03491e merge Robin 2010-05-22 22:23:17 +0200
  • d909f91d07 small webdav fixes Robin 2010-05-22 22:08:08 +0200
  • 086f060b9e fix when owncloud is installed in the root of a server Robin 2010-05-21 19:50:18 +0200
  • 65ce487327 webdav: fix getDir file attributes Thibaut GRIDEL 2010-05-20 00:41:25 +0200
  • b2fa63bdcc drop PEAR::DB Thibaut GRIDEL 2010-05-13 11:30:54 +0200
  • 95da6edd83 remove backup file Thibaut GRIDEL 2010-05-06 01:12:13 +0200
  • 477b9877a0 fix ocs path and queries Thibaut GRIDEL 2010-05-16 23:13:42 +0200
  • d7bb8c4c30 code duplication: use lib_filesystem.php instead Thibaut GRIDEL 2010-05-16 23:07:19 +0200
  • 6e8001b05d log read/write files Thibaut GRIDEL 2010-05-03 22:26:34 +0200
  • 78e54e1909 fixes in log and ocs Robin 2010-05-15 22:29:14 +0200
  • 35711d7534 small fixes Robin 2010-05-15 20:23:43 +0200
  • 8058b24227 provide layout for smaller screens on android/iphone Robin 2010-05-14 23:32:35 +0200
  • 645de2ff78 imporovement in mimetype detection Robin 2010-05-12 02:02:58 +0200
  • 9e05a0d592 webdav fixes Robin 2010-05-11 20:35:29 +0200