1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-21 20:12:03 +03:00
Commit Graph

181 Commits

Author SHA1 Message Date
aac547934c Deps: Bumped composer php package versions 2025-06-13 15:28:11 +01:00
b71b2a4376 Cleanup: Updated deps, fixed test, update issue templates
Also removed some unused imports.
2025-05-31 12:11:00 +01:00
7650ebf2f9 Deps: Updated composer/npm packages, fixed test namespace 2025-05-27 15:53:46 +01:00
25baaa8189 Deps: Updated composer packages 2025-05-17 11:40:58 +01:00
3e99ce4098 Deps: Updated PHP packages
Mainly to update termwind which was causing issues for users on Arch
where a more recent libxml version was in use.
2025-05-08 15:53:25 +01:00
295532fa7a Deps: Updated PHP packages 2025-05-05 18:09:49 +01:00
6117349893 Deps: Updated composer packages 2025-04-02 15:30:31 +01:00
304a1d8f91 Dependancies: Updated PHP composer deps 2025-03-16 12:04:19 +00:00
c3a1fabbf0 Deps & Tests: Updated PHP deps, fixed test namespaces 2025-02-23 11:30:10 +00:00
5050719ea3 PHP: Updated DOMPDF version 2025-02-17 13:37:58 +00:00
dbda82ef92 Framework: Re-add updated patched symfony-mailer
https://github.com/ssddanbrown/symfony-mailer/commit/e9de8dccd76a63fc23475016e6574da6f5f12a2
2025-01-11 15:05:10 +00:00
ad8bc5fe21 Framework: Updated phpunit to 11, updated migration test php versions 2025-01-11 13:50:01 +00:00
5bf75786c6 Framework: Fixed Laravel 11 upgrade test issues, updated phpstan
- Fixed failing tests due to Laravel 11 changes
- Updated phpstan to 3.x branch
- Removed some seemingly redundant comment code, which was triggering
  phpstan.
2025-01-11 13:22:49 +00:00
cf9ccfcd5b Framework: Performed Laravel 11 upgrade guide steps
Performed a little code cleanups when observed along the way.
Tested not yet ran.
2025-01-11 11:14:49 +00:00
5116d83d38 PHP: Updated min version to 8.2
PHPStan config not yet compatible, but should work after moving to Laravel
11, which would allow using larastan 3.x.
2025-01-09 16:46:13 +00:00
9a5c287470 Deps: Updated composer packages 2025-01-04 21:45:36 +00:00
01825ddb93 Dependancies: Bumped up composer dep versions 2024-12-21 15:48:46 +00:00
68ce340741 Depenencies: Updated PHP packages 2024-11-28 16:25:01 +00:00
c40ab4147e Dependencies: Updated composer packages 2024-11-13 11:39:04 +00:00
8120278b8c PHP Deps: Bumped up minor versions 2024-11-08 10:41:25 +00:00
abda9bc00a PHP Dependancies: Updated packages pending major version changes
Closes #5222
2024-09-27 14:21:12 +01:00
56b9107c6b Dependancies: Updated php & JS deps, updated license lists
Fixed issue now picked up by newer TS version
2024-09-27 12:29:19 +01:00
9f68ca5358 Dependancies: Updated PHP and JS packages 2024-08-26 11:49:02 +01:00
7161f22706 Dependancies: Updated composer & npm deps 2024-07-14 13:55:46 +01:00
c77e8730d6 Deps: Updated php packages via composer 2024-06-09 17:03:29 +01:00
bdfa76ed9a Deps: Updated php/composer packages 2024-05-20 17:28:53 +01:00
d206129f3d Deps: Updated composer dependencies 2024-05-05 16:30:04 +01:00
40200856af PDF: Removed barryvdh snappy to use snappy direct
Also simplifies config format, and updates snappy implmentation to use
the new config file.
Not yet tested.
2024-04-24 15:13:44 +01:00
bb6670d395 PDF: Started new command option, merged options, simplified dompdf
- Updated DOMPDF to direcly use library instead of depending on barry
wrapper.
- Merged existing export options file into single exports file.
- Defined option for new command option.

Related to #4732
2024-04-22 16:40:42 +01:00
b4b84f81a0 Deps: Updated custom symfony/mailer package
Done during #4903 work
2024-03-17 16:32:59 +00:00
2345fd4677 Deps: Updated intervention library from 2 to 3
Major version change, required some changes to API
For #4903
2024-03-17 16:03:12 +00:00
3250fc732c Testing: Updated PHPUnit from 9 to 10
For #4903
2024-03-17 15:41:11 +00:00
794671ef32 Framework: Upgrade from Laravel 9 to 10
Following Laravel guidance and GitHub diff.
Not yet in tested state with app-specific changes made.
2024-03-16 15:12:14 +00:00
2ed931aeed Updated minimum PHP version from 8.0 to 8.1
For #4893
2024-03-12 11:29:51 +00:00
c4279c9697 Merge branch 'v23-12' into development
Updated composer deps again to take lock file to current
2024-02-28 12:11:39 +00:00
48ea0bc291 Deps: Updated composer packages 2024-02-26 11:17:36 +00:00
be3423a16e Deps: Updated npm & composer deps
Avoided updating markdown-it package to 14 for now since it would cause
bundle size to inflate. Don't think ESBuild is properly tree shaking
"entities" sub package which inflates size.
(Copied this message from december deps update).
2024-02-20 18:21:59 +00:00
8fb9d9d4c2 Dependancies: Updated PHP deps via composer 2024-01-24 10:27:09 +00:00
88ee33ee49 Deps: Updated php depenencies via composer 2023-12-22 15:48:46 +00:00
33374524bf Dependencies: Updated composer PHP deps 2023-12-09 10:05:23 +00:00
8375d341ea Deps: Updated npm and composer packages 2023-10-20 16:39:40 +01:00
4985e39db4 Slack auth: Switched from community to laravel library
Tested locally before & after change, and looked at code to compare.
Nothing seen or experienced that should affect things, from testing all
is working as expected with no difference from before.
- Update composer requirement of socialite to that which included slack.
- Updated PHP depds while there.
- Updated format of socialite events to align with current documentation
  and to use class references instead of strings.
2023-09-11 15:26:04 +01:00
7bf5425c6b Updated PHP and npm deps, Upped node version 2023-08-19 20:22:19 +01:00
465989efa9 Mail: Updated to forked symfony/mailer to allow assurance of tls
Related to #4358
2023-07-04 15:21:31 +01:00
c74a2608c4 Updated php dependencies 2023-06-24 11:32:54 +01:00
99377d43c1 Updated php deps 2023-05-22 20:52:50 +01:00
ee1e047964 Updated php deps, formatted command changes 2023-05-08 14:37:01 +01:00
c41baa1b76 Updated CLI & PHP deps, added gitignore for local composer 2023-05-01 18:44:46 +01:00
f837083c12 Updated php deps 2023-04-21 11:37:41 +01:00
970088a8a1 Updated php deps 2023-03-24 14:46:30 +00:00