Commit Graph
85 Commits
Author SHA1 Message Date
FrancescoUK 26e33dddec Check FORCE_HTTPS env to be true, upgrade MariaDB vs in docker-compose 2018-08-25 16:03:07 +01:00
FrancescoUK ebdc1880d9 Bump version to 3.3.0 for next phase 2018-06-13 22:11:00 +01:00
FrancescoUK f1cf3d3c87 Release 3.2.3 2018-06-13 21:37:15 +01:00
FrancescoUK c5632a2f5a Release 3.2.2 2018-06-06 21:35:52 +01:00
FrancescoUK 5ce7fcf5ed Bump version to 3.3.0 for next phase 2018-06-04 22:01:10 +01:00
FrancescoUK 0ba225cafd Fix CSRF error at login time (#1535) 2018-05-02 22:04:50 +01:00
FrancescoUK 9384b53a22 Bump version to 3.2.1 for next phase 2018-04-14 15:24:47 +01:00
FrancescoUK 5edfed5bfc Enable https for proxy offloading 2018-03-04 16:48:36 +00:00
FrancescoUK e42e01a07f Bump version to 3.2.0 2017-09-08 22:04:45 +01:00
FrancescoUK 9e7b0db950 Bump vs to 3.1.1, fix Giftcard bug, fix en_GB translations (#1546) 2017-09-03 18:22:46 +01:00
jekkos b057d1c3c0 Overload existing env vars with .env contents (#974)
Add error handling if .env is not present
2017-04-20 08:27:04 +02:00
Deep Shah bacc07ce35 revert change on db_log_enabled 2017-04-20 08:27:04 +02:00
Deep Shah aef542d096 dotenv used for configurations 2017-04-20 08:27:04 +02:00
Deep Shah deb235a971 change ['<key>'] to getenv('<key>') 2017-04-20 08:27:04 +02:00
Deep Shah 878d93aee9 revert change on db_log_enabled 2017-04-20 08:27:04 +02:00
Deep Shah 9db7eddc68 dotenv used for configurations 2017-04-20 08:27:04 +02:00
FrancescoUK 680f2bb555 Bump version to 3.1.0 2017-01-27 18:37:09 +00:00
FrancescoUK d9649edc3e Bump OSPOS version to 3.0.2 2016-12-04 21:10:28 +00:00
FrancescoUK ef45c96ce8 Add hook for database query logging - enable in config.php - (#924) 2016-11-06 15:44:18 +00:00
FrancescoUK ef5c513f1b Bump up OSPOS version to 3.0.1 2016-10-27 16:52:32 +01:00
FrancescoUK a87629000e Fix invoice email pdf attachment being 0 size (#624) 2016-10-01 17:10:32 +01:00
FrancescoUK 15e84f9b37 Fix config.php file scrambling 2016-10-01 15:59:07 +01:00
FrancescoUK 9c025c6feb Made send statistics configurable 2016-09-24 21:13:13 +01:00
jekkos 59bbe55215 Install CI langauges in system/language as before (#624)
Map CI language folder with ospos language code
2016-08-18 08:27:54 +02:00
jekkos 3f34775000 Change project layout for composer (#624) 2016-08-14 11:58:15 +02:00
FrancescoUK b77d368885 Refactoring and statistics support 2016-08-12 21:23:26 +01:00
jekkos 059ec54c72 Make theme configurable from config module (#409)
Add symlink to bower_components in Docker dev environment (#616)
Move header_debug content back into header view
2016-08-10 18:58:17 +02:00
FrancescoUK 333067955c Improved theme config option comment (#409) 2016-08-10 10:53:27 +01:00
FrancescoUK a0886caf2f Added all bootswatch themes and made theming configurable from config.php (#409) 2016-08-10 10:53:27 +01:00
FrancescoUK 120b2bbc6e Remove unnecessary tabs from config.php 2016-07-08 17:12:41 +01:00
jekkos f11c2d7a4d Move init sql to data only container (#616)
Update travis config to build new setup
Add git sha-1 to ospos version string
2016-07-07 14:05:56 +02:00
jekkos 806c1b9986 Add csrf token in forms (#599, #597) 2016-07-04 17:38:58 +02:00
FrancescoUK 4d6a665e04 Small code optimisation: use strtr instead of str_replace (#709) 2016-07-01 18:58:40 +01:00
FrancescoUK 04fdbfb187 Made ospos XSS clean optional and configurable from application/config/config.php (#39)
Performance improves if set to FALSE but should be only for pure stand alone and isolated from Internet cases.
2016-06-21 18:34:24 +01:00
FrancescoUK 9dc7405eaa How to remove index.php from URL (#645) + set a config rule to be strict with sessions matching IP 2016-06-13 17:54:31 +01:00
FrancescoUK 626667b3fd Merge branch 'master' into bootstrapUI 2016-03-08 22:42:03 +00:00
FrancescoUK 5588c1e22e set a ospos_session cookie name 2016-03-08 21:30:25 +00:00
FrancescoUK 525fb7dcf9 fix issue blocking searching suggestion 2016-03-08 21:28:41 +00:00
FrancescoUK 1a1266a20c touched version to be 2.4.0, updated README.md, enabled Cross Site Request Forgery in config.php 2016-03-08 18:19:28 +00:00
FrancescoUK b9262230d1 Change sessions to be stored in database and add SQL upgrade script 2.3.4 to 2.4 (#120) 2016-03-08 17:44:59 +00:00
FrancescoUK 5df62610d2 Upgrade to CI 3.0.4 (#120) 2016-03-08 17:44:59 +00:00
FrancescoUK c512d7167d Change config language to be 'en' consistent with the OSPOS language identifiers (#120)
However language support doesn't work properly at the moment.
2016-03-08 17:44:59 +00:00
FrancescoUK b27d3c04c9 Upgrade config.php and database.php.tmpl to CI 3.0.3 versions (#120)
Apparently the upgrade wasn't complete.
2016-03-08 17:44:59 +00:00
Toni Haryanto 75fa1a8167 Upgrade to Code Igniter 3.0.3 (#120) 2016-03-08 17:41:16 +00:00
FrancescoUK 38ecacc62f mark OSPOS with Bootstrap3 vs 3.0.0 (#116) 2016-03-08 17:17:13 +00:00
jekkos d4f456d868 Bump version strings to 2.3.5 2016-02-29 22:36:25 +01:00
FrancescoUK e35bd81c8b Fix File Choose boostrap jQuery plugin not working with latest submission (#116) 2016-02-11 08:13:06 +00:00
jekkos eee87c7bc2 Bootstrapify config module 2016-02-09 17:59:35 +01:00
FrancescoUK 830f714a44 Change sessions to be stored in database and add SQL upgrade script 2.3.4 to 2.4 (#120) 2016-01-18 23:01:42 +00:00
FrancescoUK c2eaf88d74 Upgrade to CI 3.0.4 (#120) 2016-01-17 18:33:26 +00:00