0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-20 23:38:25 +00:00

Commit graph

  • 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
  • 672297531b merge Robin 2010-05-10 16:55:30 +0200
  • 898d2489bb more checks on server enviroment and some bugfixes in admin and firstrun dialog Robin 2010-05-09 16:33:16 +0200
  • 51b253447d provide option for automatic backup Robin 2010-05-08 21:32:20 +0200
  • 565410d8e2 use an abstraction for file system functions to allow premisions and multiply storage backends Robin 2010-05-07 22:50:59 +0200
  • ede1c64edd port OC_DB to MDB2 Robin 2010-05-04 03:21:57 +0200
  • cd1ecef75f some more includes Thibaut GRIDEL 2010-05-02 22:33:36 +0200
  • bc8aed9e79 give a chance to configure CONFIG_DATADIRECTORY Thibaut GRIDEL 2010-05-02 22:01:53 +0200
  • e0347b7fa6 initial work on making connections between seperate owncloud installations possible Robin 2010-05-02 18:07:36 +0200
  • 9ddd0e34ac fix bug in webdav Robin 2010-05-02 16:21:30 +0200
  • 5a500a2455 fix first run dialog in konqueror Robin 2010-05-02 14:39:58 +0200
  • 15b284578e fix webdav when not using the default data directory Robin 2010-05-02 14:04:08 +0200
  • 0732264d67 merge Robin 2010-05-02 13:24:39 +0200
  • 19ab1292fb simple fixes Thibaut GRIDEL 2010-05-02 11:24:46 +0200
  • 6d70886f5f webdav fixes Robin 2010-05-02 01:11:16 +0200
  • 63cc1688fe fix layout bug in first run wizard Robin 2010-05-01 23:57:35 +0200
  • c52e7d360f More bug fixes, mostly IE related Robin Appelman 2010-05-01 23:09:36 +0200
  • 567c17fde5 fix renaming files in IE Robin Appelman 2010-05-01 22:35:18 +0200
  • 60d2f8de4e webdav: fix icewind's new Filesystem.php version Thibaut GRIDEL 2010-05-01 12:02:03 +0200
  • 45af5d78b5 webdav: remove merge copy Thibaut GRIDEL 2010-05-01 10:04:35 +0200
  • accc1d7bf3 Fix a few things in IE Robin Appelman 2010-04-30 16:49:09 +0200
  • 4a23a0e23d fix bug on windows hosts where serverroor uses \ in the path and documentroot uses / Robin Appelman 2010-04-30 15:32:22 +0200
  • 1eefc822ab fix problem caused by wrong merging Robin 2010-04-28 21:51:54 +0200
  • d15464a0d8 clear default config Robin 2010-04-28 13:59:01 +0200
  • 68ef145609 fix determing the user specific data directory when the data directory is not the default one Robin 2010-04-28 12:23:19 +0200
  • aacda0367d merge Robin 2010-04-28 12:15:52 +0200
  • fb498b9534 fix merge conflicts Robin 2010-04-28 12:01:05 +0200
  • 854e0c5a9c bug fix in mimetype detect code Robin 2010-04-25 18:27:02 +0200
  • eaf0024c0f bugfix when filling the database in first run dialog Robin 2010-04-25 18:18:04 +0200
  • 4eddb7b2d3 small bugfix when creatring new files/folders Robin 2010-04-25 15:18:00 +0200
  • afc0ef420b bug fix when starting multiply uploads while the old ones arent finsihed, detect file actions on mimetype not on extention Robin 2010-04-25 15:04:13 +0200
  • c2bdd6134b some cleanup/refactoring Robin 2010-04-25 14:21:04 +0200
  • 76eeaaea01 port webdav authentication to the multiuser system Robin 2010-04-24 13:08:18 +0200
  • 2b36410e8d fix broken requires in webdav Robin 2010-04-24 13:05:13 +0200
  • d9e0d5deca remove dependency on set_include_path because not all hosts support it Robin 2010-04-24 12:40:20 +0200
  • 9be88c0080 bug fix first run wizzard take 3 Robin 2010-04-23 18:27:36 +0200
  • 4fcc717d53 bug fix first run wizzard take 2 Robin 2010-04-23 00:21:59 +0200
  • 112a4b7e73 bug fix first run wizzard Robin 2010-04-23 00:16:20 +0200
  • b5dae01a8a change the config system to support multi user Robin 2010-04-23 00:05:04 +0200
  • 07a8992a84 admins can now create new users Robin 2010-04-22 20:08:38 +0200