Commit graph

3588 commits

Author SHA1 Message Date
Alex Tselegidis
3bad824966
Merge pull request #1551 from alextselegidis/dependabot/npm_and_yarn/multi-32eeadeb90
Bump braces, gulp and gulp-load-plugins
2024-06-11 11:08:30 +02:00
dependabot[bot]
4b446de750
Bump braces, gulp and gulp-load-plugins
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [gulp](https://github.com/gulpjs/gulp) and [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)

Updates `gulp-load-plugins` from 1.6.0 to 2.0.8
- [Release notes](https://github.com/jackfranklin/gulp-load-plugins/releases)
- [Commits](https://github.com/jackfranklin/gulp-load-plugins/compare/1.6.0...v2.0.8)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: gulp
  dependency-type: direct:development
- dependency-name: gulp-load-plugins
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 08:51:24 +00:00
Alex Tselegidis
5ee6536430 Apply the form-select class to select dropdown elements 2024-06-04 12:24:01 +02:00
Alex Tselegidis
740a1d06cf Enlarge popover so that contents display nicely in all languages 2024-06-04 12:14:03 +02:00
Alex Tselegidis
6e395834ab Change the scope of the "get_available_periods" method to public so that other places in code can call it 2024-06-03 20:32:45 +02:00
Alex Tselegidis
b800cf239d Correct dest_url value 2024-06-03 19:39:40 +02:00
Alex Tselegidis
1b32f83818 Update default config-sample.php values 2024-06-03 19:13:21 +02:00
Saud
89cff93600
Merge branch 'alextselegidis:develop' into develop 2024-06-01 21:03:37 +03:00
Saud
f324244153
Edit Arabic language translations 2024-06-01 20:59:54 +03:00
Alex Tselegidis
29e5fce89e Do not block the booking page if the cookieconsent is blocked (#1398) 2024-06-01 16:10:17 +02:00
Alex Tselegidis
341c79085c Apply the new "pure_html" helper to the content that originates from the Legal Contents text editors (#1463) 2024-06-01 15:59:19 +02:00
Alex Tselegidis
29bf31ba04 Create new "pure_html" helper function that uses the HTML purifier library to clean up HTML 2024-06-01 15:58:52 +02:00
Alex Tselegidis
3a488c2238 Set protocol configuration before creating a new LDAP binding 2024-06-01 15:47:12 +02:00
Alex Tselegidis
08f8315313 Update the LDAP password validation because some servers will not include "userpassword" to the LDAP entries result (#1547) 2024-06-01 15:36:16 +02:00
Alex Tselegidis
9d7e0ba94e Whitelist the supported LDAP attributes in order to avoid parsing issues with Samba AD servers 2024-06-01 13:22:15 +02:00
Alex Tselegidis
b49787ca5a Minor adjustments to the LDAP result display 2024-06-01 13:21:49 +02:00
Alex Tselegidis
99addd2efd Use class instead of fading out the error message 2024-05-29 23:15:07 +02:00
Alex Tselegidis
81a2f65e87 Add missing language field from API encoding/decoding 2024-05-27 17:05:42 +02:00
Alex Tselegidis
ff4657fce6 Remove duplicate load 2024-05-27 16:57:30 +02:00
Alex Tselegidis
a1184df8b9 Update Finnish translations (#1536) 2024-05-27 16:53:00 +02:00
Alex Tselegidis
cd5b56e0b0 Translate invalid credentials message (#1544) 2024-05-27 16:49:23 +02:00
Alex Tselegidis
90a05b2815 Add missing translation key 2024-05-27 16:47:11 +02:00
Alex Tselegidis
2d41f181a1 Fixed save working plan exception handling for calendar page and non working days (#1548) 2024-05-27 16:46:43 +02:00
Alex Tselegidis
3bc2e69651
Update Catalan translations_lang.php 2024-05-27 16:19:04 +02:00
Alex Tselegidis
07bc7b3812 Make sure that editing a working plan exception and changing the date will not keep the previous entry in place (#1515) 2024-05-24 19:59:53 +02:00
Alex Tselegidis
af2e3a065f Skip regenerate if session is not active 2024-05-22 11:18:22 +02:00
Alex Tselegidis
1f17ae6376 Suppress session_regenerate_id warning 2024-05-21 23:53:28 +02:00
Alex Tselegidis
4703df1ada Fix provider filter (#1530) 2024-05-21 15:39:45 +02:00
Alex Tselegidis
7713f3ffa6 Add empty value check (#1529) 2024-05-21 15:22:40 +02:00
Alex Tselegidis
3f39861e4a Suppress warning errors and check the environment before using ldap functions 2024-05-20 11:57:54 +02:00
Alex Tselegidis
e4cc2fc760 Add custom render method that can be easily overriden 2024-05-17 20:13:58 +02:00
Alex Tselegidis
98998ad0b8 Attach the fullCalendar instance to the calendar component for easy access 2024-05-17 12:56:10 +02:00
Alex Tselegidis
295a5f1baf Remove the default paragraph in the message modal 2024-05-17 12:40:01 +02:00
Alex Tselegidis
c407bf50a7 Make sure that rescheduling from the public page will not throw an error due to the same appointment existing in the calendar 2024-05-17 10:12:35 +02:00
Alex Tselegidis
ec3ec699a9 Add missing translation key 2024-05-17 10:10:48 +02:00
Alex Tselegidis
06fddd49f4
Merge pull request #1527 from alextselegidis/dependabot/npm_and_yarn/ms-2.0.0
Bump ms from 0.7.2 to 2.0.0
2024-05-15 13:33:37 +02:00
Alex Tselegidis
d75d278e97
Merge pull request #1526 from alextselegidis/dependabot/npm_and_yarn/debug-2.6.9
Bump debug from 2.3.3 to 2.6.9
2024-05-15 13:33:23 +02:00
Alex Tselegidis
7c0b7127cc Release v1.5.0-alpha.1 2024-05-14 14:00:03 +02:00
Alex Tselegidis
f7e6b212b2 Make sure that at least one booking field must be set as required 2024-05-14 13:49:41 +02:00
Alex Tselegidis
ec545a265e Fix the id_caldav_calendar column migration 2024-05-14 12:37:02 +02:00
Alex Tselegidis
868291173f Remove the details tag 2024-05-14 12:36:38 +02:00
dependabot[bot]
870f6b9201
Bump ms from 0.7.2 to 2.0.0
Bumps [ms](https://github.com/vercel/ms) from 0.7.2 to 2.0.0.
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](https://github.com/vercel/ms/compare/0.7.2...2.0.0)

---
updated-dependencies:
- dependency-name: ms
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 09:53:44 +00:00
Alex Tselegidis
f54ae1b103 Update the German and Greek translations 2024-05-14 11:41:19 +02:00
dependabot[bot]
78a37270f2
Bump debug from 2.3.3 to 2.6.9
Bumps [debug](https://github.com/debug-js/debug) from 2.3.3 to 2.6.9.
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](https://github.com/debug-js/debug/compare/2.3.3...2.6.9)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 09:39:29 +00:00
Alex Tselegidis
5c1afbc05d Add LDAP configuration documentation 2024-05-14 11:32:49 +02:00
Alex Tselegidis
26487c5876 Minor corrections to caldav-calendar-sync.md 2024-05-14 11:32:40 +02:00
Alex Tselegidis
f516f30cc5 Fix typo 2024-05-14 10:59:05 +02:00
Alex Tselegidis
f31bcadd70 Update @since text in file header comment block 2024-05-14 10:37:43 +02:00
Alex Tselegidis
0db1e5114b Merge branch 'master' into develop 2024-05-14 10:34:19 +02:00
Alex Tselegidis
020faccd8b Update package-lock.json 2024-05-14 10:33:50 +02:00