Commit Graph

46 Commits

Author SHA1 Message Date
Aliberk Sandıkçı 29c2d23008
feat: branding and language improvements
- added helper for branding

- added new translations
2023-12-22 22:12:24 +03:00
Aliberk Sandıkçı 5510948154
update docker file 2023-12-21 16:11:30 +03:00
Alex Tselegidis 44af526a6f Release v1.4.3 2022-03-08 18:27:15 +01:00
Alex Tselegidis 16613905ba Release v1.4.3-beta.1 2022-02-25 11:19:40 +01:00
Alex Tselegidis bb71c97736 Security configuration enhancements in the application (#1208) 2022-02-23 14:54:41 +01:00
Alex Tselegidis cd1842fc40 Switch to go-to-latest database migration configuration for simplicity (#1213) 2022-02-23 11:29:45 +01:00
Alex Tselegidis 7393c36462 Release v1.4.2 2021-07-27 11:31:43 +03:00
Alex Tselegidis 215c4f501e Release v1.4.2-beta.1 2021-07-19 18:25:36 +03:00
Alex Tselegidis 3c4e7923ce Removed duplicate row from the configuration file. 2021-07-19 13:42:29 +03:00
Alex Tselegidis dfdbea6214 HTTP_ACCEPT_LANGUAGE is not set when executing the app from the console. 2021-06-14 10:21:43 +02:00
Alex Tselegidis 65bc7a2092 Merge branch 'develop' of https://github.com/mhsenpc/easyappointments into develop
# Conflicts:
#	application/config/config.php
2021-04-07 10:35:00 +02:00
Alex Tselegidis 60254558a3 Merge branch 'master' of https://github.com/cbka/easyappointments into develop 2021-04-07 10:11:30 +02:00
cbka 015a01b58a
Update email.php 2021-03-27 19:56:40 +01:00
cbka bf57e028e6
Update email.php 2021-03-27 19:40:36 +01:00
Alex Tselegidis b6a17d4e11 Missing language mappings would cause issues with the auto-detection of the user's language. 2021-03-22 19:18:38 +01:00
Mohsen Shamohamadi d6f96a6c17 Add support for Persian language 2021-02-07 17:33:58 +03:30
Alex Tselegidis 5d73fafc31 Release v1.4.1 2020-12-17 16:54:58 +02:00
Alex Tselegidis 29a0fadf32 Release v1.4.0 2020-12-09 16:16:03 +02:00
Alex Tselegidis 8a68e97f94 Reformatted code files 2020-12-09 14:17:45 +02:00
Alex Tselegidis 6fe10a919b Updated the cache bust token 2020-12-08 15:25:14 +02:00
Alex Tselegidis 6e2b649955 Changed the default encryption key value 2020-12-08 15:25:02 +02:00
Alex Tselegidis ee1aa81b6e Typo 2020-12-08 14:49:17 +02:00
Alex Tselegidis c400366cd1 Modify default past and future dates (migration) 2020-12-07 22:54:52 +02:00
Alex Tselegidis 84ab6702b3 Autoload the session library 2020-12-02 20:03:55 +02:00
Alex Tselegidis 9e71255cae Merge branch 'develop' 2020-11-21 22:05:29 +02:00
giladx 15e44483d3 hebrew language translation 2020-11-18 18:35:06 +02:00
giladx 7d36eeaef8 added hebrew language 2020-11-18 17:43:55 +02:00
giladx 3e581a1de9 added hebrew language 2020-11-18 17:36:22 +02:00
Alex Tselegidis 75a5addbc2 Grouped the property tag into parent core classes so that it does not need to be repeated. 2020-11-16 10:29:36 +02:00
Alex Tselegidis e3089aeca9 Release v1.4.0-beta.1 2020-10-22 12:50:47 +03:00
Alex Tselegidis 93dce95c51 Single quotes in routes.php 2020-10-20 16:04:25 +03:00
Alex Tselegidis 7bbe85b88a
Merge pull request #817 from popod/save-customer-language
Save customer language to the database
2020-09-23 13:16:25 +03:00
Alex Tselegidis dbc45f6b27 Do not allow appointments being created with duration less than the predefined minimum (#805). 2020-08-15 15:58:17 +03:00
Alex Tselegidis 177375e814
Merge pull request #784 from idstam/swedish-translation
Swedish translations
2020-08-15 15:58:06 +03:00
Sébastien 1e6a13d146 Save customer language. 2020-06-16 17:01:27 +02:00
Alex Tselegidis 1821e50116 Added catalan translations to the app (thanks to Marc Folch) 2020-06-04 12:57:14 +02:00
Johan Idstam 2b561122a7 Add Swedish to config 2020-05-18 20:07:45 +02:00
Alex Tselegidis 8b34d8086e Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix. 2020-04-23 20:48:20 +02:00
Alex Tselegidis 13dfc33581 Removed comment from migration config file 2020-04-23 20:35:36 +02:00
Alex Tselegidis 39956c6b37 Major refactoring and improvements to the application API code. 2020-04-22 21:48:56 +02:00
Alex Tselegidis 15757852ec Added new setting for toggling the "any provider" option in the booking page (#247). 2020-04-06 20:36:22 +02:00
Alex Tselegidis c0cd2346fd Created new render helper for the timezone dropdown. 2020-03-29 14:07:01 +02:00
Alex Tselegidis 3d0d1f2005 Added timezone fields to the database (#313). 2020-03-29 12:47:57 +02:00
Alex Tselegidis 2321c3b7fc Token based authentication for the REST API (#610). 2020-03-27 11:02:06 +01:00
Alex Tselegidis 3c4ecb2873 Corrected issue with language resolving on an API request. 2020-03-27 11:00:54 +01:00
Alex Tselegidis e1e9a60085 Moved source files to the root directory. 2020-03-11 10:24:25 +01:00