Sébastien
|
6f1604d452
|
Fix typo.
|
2020-05-04 21:13:13 +02:00 |
|
Alex Tselegidis
|
07276d46a6
|
Code changes on automatically end_datetime assignment via the REST API
|
2020-05-04 20:59:37 +02:00 |
|
Alex Tselegidis
|
5269f73bab
|
Merge pull request #751 from popod/api-appointments-populate-end-datetime
Automatically populate the appointment end datetime based on service duration in API
|
2020-05-04 20:57:15 +02:00 |
|
Alex Tselegidis
|
a8394f3adf
|
Merge pull request #752 from popod/backend-appointments-modal-improvements
Remove delay before closing the appointments modal.
|
2020-05-04 20:53:37 +02:00 |
|
Alex Tselegidis
|
d6f176f320
|
Merge pull request #750 from popod/fix-notifications-auto-dismiss
Notifications are no longer automatically hidden
|
2020-05-04 20:51:19 +02:00 |
|
Alex Tselegidis
|
9b924cd3c1
|
Corrected the selector for notification actions (#753).
|
2020-05-04 20:45:59 +02:00 |
|
Alex Tselegidis
|
08144ceae8
|
Updated the event resizing and dropping of the table view.
|
2020-05-04 20:41:46 +02:00 |
|
Alex Tselegidis
|
b56073c071
|
Group insert buttons in the backend calendar to a button dropdown so that more space is available in the toolbar.
|
2020-05-04 13:56:23 +02:00 |
|
Alex Tselegidis
|
10ed734139
|
Removed text from calendar reload button (icon is clear enough).
|
2020-05-04 13:39:12 +02:00 |
|
Alex Tselegidis
|
4635af5094
|
Added quick toggle view button in backend calendar page.
|
2020-05-04 13:38:28 +02:00 |
|
Alex Tselegidis
|
397ba1dfcf
|
Corrected non working hour display in calendar table view.
|
2020-05-04 13:20:16 +02:00 |
|
Alex Tselegidis
|
f47ceae466
|
Added multi provider/service filtering in the backend calendar table view.
|
2020-05-04 13:13:42 +02:00 |
|
Alex Tselegidis
|
01cf72c6a6
|
Added the select2 library in backend pages.
|
2020-05-04 11:33:35 +02:00 |
|
Alex Tselegidis
|
080488aa7d
|
Reconstructed the table view so that it works with fullcalendar (better handling) (#739).
|
2020-05-04 11:32:00 +02:00 |
|
Sébastien
|
b7c54af0d0
|
Remove timeout when appointment modal save/update action is successfull.
|
2020-05-03 22:40:29 +02:00 |
|
Sébastien
|
05ab0db079
|
Automatically populate the appointment end datetime based on service duration in API.
|
2020-05-03 22:17:31 +02:00 |
|
Sébastien
|
e637faa53d
|
[Fix] Notifications without actions are automatically hidden after 5 seconds.
|
2020-05-03 21:32:36 +02:00 |
|
Alex Tselegidis
|
17f99883c0
|
Reset user settings form before validation.
|
2020-05-03 11:26:04 +02:00 |
|
Alex Tselegidis
|
b834869fd3
|
Disable the password auto-complete for users and settings page.
|
2020-05-02 15:04:26 +02:00 |
|
Alex Tselegidis
|
43946b0f4f
|
Update CHANGELOG.md for consistency between releases.
|
2020-05-02 13:28:27 +02:00 |
|
Alex Tselegidis
|
df031fa5a1
|
The same migration names need to be used so that existing installations do not have problems with multiple migration numbers laying on the server.
|
2020-05-02 13:18:05 +02:00 |
|
Alex Tselegidis
|
6578b32dc8
|
Removed hardcoded use of the database prefix.
|
2020-05-02 12:51:06 +02:00 |
|
Alex Tselegidis
|
49f585fea8
|
Add default timezone value for admin, after during the installation.
|
2020-05-02 12:49:41 +02:00 |
|
Alex Tselegidis
|
8ded0851d8
|
Move the javascript logic of the login page to an external file.
|
2020-04-27 20:27:18 +02:00 |
|
Alex Tselegidis
|
2f17d46960
|
Corrected date.js path in view files.
|
2020-04-27 20:24:34 +02:00 |
|
Alex Tselegidis
|
69f4daca89
|
Move the javascript logic of the forgot password page to an external file.
|
2020-04-27 20:20:35 +02:00 |
|
Alex Tselegidis
|
788175b9de
|
Added "alt" attribute to image.
|
2020-04-27 20:20:13 +02:00 |
|
Alex Tselegidis
|
83fd802f57
|
Adjusted HTTP requests in javascript files (and further code fine tuning).
|
2020-04-27 20:14:20 +02:00 |
|
Alex Tselegidis
|
54ded65728
|
Performed npm audit fix
|
2020-04-27 20:12:36 +02:00 |
|
Alex Tselegidis
|
854fff6431
|
Update the composer dependencies.
|
2020-04-27 20:12:17 +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
|
63fe772155
|
The installation procedure will not use the assets/sql files but execute the migrations instead.
|
2020-04-23 20:36:43 +02:00 |
|
Alex Tselegidis
|
6792e3526e
|
The Consents_model.php will set the created and modified time.
|
2020-04-23 20:36:01 +02:00 |
|
Alex Tselegidis
|
13dfc33581
|
Removed comment from migration config file
|
2020-04-23 20:35:36 +02:00 |
|
Alex Tselegidis
|
f571fc9de8
|
Refactor the migrations so that the complete DB change history is reproduced (fixes are also included).
|
2020-04-23 20:35:21 +02:00 |
|
Alex Tselegidis
|
39956c6b37
|
Major refactoring and improvements to the application API code.
|
2020-04-22 21:48:56 +02:00 |
|
Alex Tselegidis
|
d67b622d65
|
Removed old docker files
|
2020-04-22 20:50:56 +02:00 |
|
Alex Tselegidis
|
025b1c8b2a
|
XDebug support for the docker environment is now working
|
2020-04-22 20:50:14 +02:00 |
|
Alex Tselegidis
|
360ed7ce1c
|
Enable the rewrite module for the docker setup
|
2020-04-22 20:49:54 +02:00 |
|
Alex Tselegidis
|
7289c7c39a
|
Added default database values to the config-sample.php
|
2020-04-08 13:36:38 +02:00 |
|
Alex Tselegidis
|
59eb0058a1
|
The timezone column has a default value.
|
2020-04-08 13:36:02 +02:00 |
|
Alex Tselegidis
|
e2337a354c
|
Corrected the SQL file paths during installation.
|
2020-04-08 13:35:49 +02:00 |
|
Alex Tselegidis
|
3e991516a1
|
Updated the docker configuration, using PHP 7.4 and MySQL v5.7, CAPTCHA also works now (#447).
|
2020-04-08 13:35:33 +02:00 |
|
Alex Tselegidis
|
0b50814cf4
|
Appointment location could be empty, use the company name instead.
|
2020-04-08 10:57:31 +02:00 |
|
Alex Tselegidis
|
c99694b520
|
Fixed any-provider use case in booking page.
|
2020-04-08 10:57:18 +02:00 |
|
Alex Tselegidis
|
cf581e08e6
|
Unavailability events do not have the provider property set.
|
2020-04-08 10:41:40 +02:00 |
|
Alex Tselegidis
|
560398c882
|
Corrected model batch querying.
|
2020-04-08 10:31:01 +02:00 |
|
Alex Tselegidis
|
7278f448e6
|
Load less information in the booking page.
|
2020-04-08 10:30:27 +02:00 |
|
Alex Tselegidis
|
2256505244
|
Corrected invalid selector use.
|
2020-04-08 10:29:47 +02:00 |
|
Alex Tselegidis
|
fc8bb6c03b
|
Fixed issue with PHP 7.4 compatibility.
|
2020-04-06 20:48:22 +02:00 |
|