1
0
Fork 0
Commit graph

583 commits

Author SHA1 Message Date
Evert Pot
6e311126dd Updated database definitions. Should fix for good. 2016-08-19 08:58:24 -04:00
Evert Pot
ceb107e88f Bumped version 2016-05-28 21:19:59 -04:00
Evert Pot
b100fe774c Fix for PHP 7.0.7
Fixes 
2016-05-28 20:25:51 -04:00
Evert Pot
32b4298d0a Added Sync support.
Fixes .
Fixes .
Fixes .
2016-03-30 14:19:34 -04:00
Evert Pot
ae72fcc7ff releasing as 0.4.3 2016-03-23 22:47:48 -04:00
Evert Pot
33ed2e2d31 Only disabling admin after we are really done with installation.
Should fix 
2016-03-23 22:44:32 -04:00
Evert Pot
c30dd5b975 Releasing 0.4.2 2016-03-21 22:48:39 -04:00
Evert Pot
b6a0726a33 Updated changelog. Bumped version 2016-03-21 17:32:29 -04:00
Evert Pot
c199ac7b2b Disable installer if Baikal was already configured. Fixes . 2016-03-21 17:31:09 -04:00
Evert Pot
69085ec5f2 Fixed PHP warning upon fresh install.
Closes 
2016-03-21 17:27:09 -04:00
Evert Pot
8e2bc69907 Warning message should require PHP 5.5, not PHP 5.3. Fixes . 2016-03-18 14:37:26 -04:00
Evert Pot
927ca5d1c6 Shipping 0.4.1 2016-03-17 17:17:12 -04:00
Evert Pot
b00c2f37b7 Fixed upgrades from pre-0.3.x tables.
Should fix .
2016-03-17 17:14:35 -04:00
Evert Pot
a128902110 Bumped version 2016-03-17 17:08:54 -04:00
Evert Pot
06cb2f6fbd Releasing 0.4.0 2016-03-15 17:18:50 -04:00
Evert Pot
4f11dd8bae Improved build a bit. Should exclude vim temp files. Fixes 2016-03-13 17:57:49 -04:00
Evert Pot
afef577671 Thanks @staabm 2016-03-13 17:23:52 -04:00
Evert Pot
2521dd18e7 Back to a stable sabre/dav 2016-03-12 22:46:01 -05:00
Evert Pot
8a0218cea9 Merge pull request from fruux/csrf-tokens
Add CSRF protection
2016-03-12 22:28:23 -05:00
Evert Pot
2026f73300 CS 2016-03-12 22:27:57 -05:00
Evert Pot
394cd42871 CSRF tokens are now checked for every POST request. 2016-03-12 22:11:54 -05:00
Evert Pot
a496880211 Add csrf token to every form 2016-03-12 22:11:54 -05:00
Evert Pot
03dc7d9227 Setting a CSRF token in the session 2016-03-12 22:11:54 -05:00
Evert Pot
e9f97d8324 Merge pull request from fruux/auto-cs-check
Auto cs check
2016-03-12 22:09:45 -05:00
Evert Pot
fa3f6a5adc Use sabre/cs 0.0.6 for consitent results. 2016-03-12 21:28:13 -05:00
Evert Pot
9169067750 Enabling travis CS checker 2016-03-12 20:19:48 -05:00
Evert Pot
ed4cc7f5f3 The commit everybody hates. Cleaned up everything for CS and automating CS checking. 2016-03-12 20:19:06 -05:00
Evert Pot
3c739219a9 Requiring PHP 5.5.0 2016-03-12 20:02:22 -05:00
Evert Pot
b9c39cda15 Added PropertyStorage and Scheduling plugin 2016-03-12 19:59:02 -05:00
Evert Pot
59fdddcee3 Merge pull request from fruux/remove_enable_admin_install
Remove ENABLE_INSTALL / ENABLE_ADMIN features
2016-03-12 19:34:13 -05:00
Evert Pot
f14f0f686b Updated changelog for 2016-03-12 19:31:51 -05:00
Evert Pot
c0a1cb401c Merge pull request from fabianwolf/master
Fix multiple bugs related to database settings
2016-03-12 19:29:43 -05:00
Evert Pot
f527386b46 Temporarily switching to 3.1 dev version.
Fixes .
2016-03-12 19:27:52 -05:00
Evert Pot
182f0f555a Merge pull request from fruux/sqlite-synctoken-fix
Fix for 
2016-03-12 18:18:37 -05:00
Evert Pot
30e8c77254 Making sure the upgrade script has access to the pdo object 2016-03-12 18:17:42 -05:00
Evert Pot
0e7bb586a6 Bumped version/updated changelog 2016-03-12 18:12:03 -05:00
Evert Pot
bac343af32 Fix for 2016-03-12 18:09:25 -05:00
fabianwolf
7e4852e4eb Fix pdo install bug and sqlite permission requirement
This fixes the issue, that baikal requires write permissions on sqlite
folder and file even if you want to use Mysql.
It also fixes a bug, where a pdo fatal error occurs at installation,
when no sqlite driver is installed.
This reverts to the try clause in initMysql(), cause this gives a
valuable error message, if a user messes up his config file and mysql
fails.
2016-03-12 23:03:36 +01:00
fabianwolf
52c896d4d9 Merge pull request from fabianwolf/db_validation_fix
Db validation fix
2016-03-12 21:12:26 +01:00
fabianwolf
e20986c4ba Fix Mysql Validation on Install Bug
This fixes a bug, where a php error is thrown because the mysql connection is checked even no credentials have been set on install
2016-03-10 22:43:22 +01:00
fabianwolf
385185c3c7 Initial DB Validation fix System Settings
Check if Form is only refreshed.
If so don't validate DB.
2016-03-07 10:20:13 +01:00
fabianwolf
51518f6cff Initial DB Validation fix Install
Check if Form is only refreshed.
If so don't validate DB.
2016-03-07 10:18:58 +01:00
Evert Pot
608fcbcb69 Merge branch 'master' of github.com:fruux/Baikal 2016-02-26 20:47:24 -05:00
Evert Pot
00101e3842 Updated changelog 2016-02-26 20:47:04 -05:00
Evert Pot
831d5d8a97 Merge branch '0.3' 2016-02-24 16:46:48 -05:00
Evert Pot
f3a636824a Updated changelog 2016-02-24 16:42:43 -05:00
Evert Pot
f0a3e20b38 Updated changelog. Rolling a new release 2016-02-24 16:42:05 -05:00
Evert Pot
8db1087642 Updated changelog. Rolling a new release 2016-02-24 16:40:45 -05:00
Evert Pot
45e9722458 Ensuring that the db/ folder sticks when packaging. Fixes 2016-02-24 15:58:04 -05:00
Evert Pot
f4398e32f6 Remove ENABLE_INSTALL / ENABLE_ADMIN features 2016-02-23 16:46:00 -05:00