1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 06:06:32 +02:00
Commit Graph

5658 Commits

Author SHA1 Message Date
34eb913d5a [ticket/16955] Use runtime_exception instead of \Exception
PHPBB3-16955
2023-01-03 21:33:47 +01:00
daa6d2240c [ticket/16955] Cache ttl is always integer value
PHPBB3-16955
2023-01-02 22:14:20 +01:00
a366eb7f6c [ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
2023-01-02 22:14:11 +01:00
4d6dbfb745 [ticket/16955] Move iterators to finder folder
PHPBB3-16955
2023-01-02 22:14:03 +01:00
daa2dd280c [ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
2023-01-02 14:17:04 +01:00
3e8fced5c8 [ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
60aee47f50 [ticket/16955] Replace returns with return in docblock
PHPBB3-16955
2022-12-30 22:08:34 +01:00
3b8f6ae4e9 [ticket/16955] Use constants for exit codes in installer console commands
PHPBB3-16955
2022-12-30 17:28:17 +01:00
fab81eca2b [ticket/16955] Add missing docblocks and fix unclear ones
PHPBB3-16955
2022-12-30 17:27:31 +01:00
918723e476 [ticket/16955] Clean up phing sniff errors and warnings
PHPBB3-16955
2022-12-28 08:37:26 +01:00
cedd447659 [ticket/16955] Resolve incompatibilities with doctum
PHPBB3-16955
2022-12-28 08:37:25 +01:00
eeeb69b4ae [ticket/16955] Clean up auth classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
5756d4dd9b [ticket/16955] Clean up avatar classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
ba3a1389e6 [ticket/16955] Clean up config classes
PHPBB3-16955
2022-12-28 08:37:23 +01:00
2aed7ff4e3 [ticket/16955] Clean up composer classes and fix typos in exceptions
PHPBB3-16955
2022-12-28 08:37:23 +01:00
35228ffd62 [ticket/16955] Clean up captcha classes
PHPBB3-16955
2022-12-28 08:37:22 +01:00
83cb41e72a [ticket/16955] Add stubs for cache classes and clean up
PHPBB3-16955
2022-12-28 08:37:21 +01:00
b855b8a5a5 [ticket/16955] Clean up cron and console classes
PHPBB3-16955
2022-12-28 08:37:21 +01:00
a8b878349a [ticket/16955] Remove shell option as this has been removed in Symfony 3.0
PHPBB3-16955
2022-12-28 08:37:20 +01:00
948023078b [ticket/16955] Clean up code in db classes
PHPBB3-16955
2022-12-28 08:37:20 +01:00
de9019d64e [ticket/16955] Clean up debug, event, and extension classes
PHPBB3-16955
2022-12-28 08:37:19 +01:00
e1a3b6b552 [ticket/16955] Clean up feed classes
PHPBB3-16955
2022-12-28 08:37:18 +01:00
7f61f8b770 [ticket/16955] Clean up filesystem and files classes
PHPBB3-16955
2022-12-28 08:37:17 +01:00
1c02b1a7b5 [ticket/16955] Clean up reset_password and user_loader
PHPBB3-16955
2022-12-28 08:37:16 +01:00
6ad0b533d9 [ticket/16955] Clean up textformatter and textreparser
PHPBB3-16955
2022-12-28 08:37:16 +01:00
60c165c3d0 [ticket/16955] Clean up storage and template classes
PHPBB3-16955
2022-12-28 08:37:15 +01:00
077ceba2a9 [ticket/16955] Improve consistency of user and session class
PHPBB3-16955
2022-12-28 08:37:14 +01:00
b90f384466 [ticket/16955] Clean up rrouter and fulltext_sphinx
PHPBB3-16955
2022-12-28 08:37:14 +01:00
056f786769 [ticket/16955] Clean up request classes
PHPBB3-16955
2022-12-28 08:37:13 +01:00
5b23dcd606 [ticket/16955] Fix another batch of docblocks
PHPBB3-16955
2022-12-28 08:37:13 +01:00
96911b7403 [ticket/16955] Clean up variable names and docblocks in notifications
PHPBB3-16955
2022-12-28 08:37:12 +01:00
733f4e2530 [ticket/16955] Wrap RecursiveDirectoryIteratorr calls for dot prefix filter
PHPBB3-16955
2022-12-28 08:37:12 +01:00
40e8a737c3 [ticket/16955] Clean up installer classes for psalm
PHPBB3-16955
2022-12-28 08:37:11 +01:00
d9c179f9ef [ticket/16955] Clean up group related classes for psalm
PHPBB3-16955
2022-12-28 08:37:11 +01:00
c4d3e1aa7b [ticket/16955] Resolve psalm issues in di files
PHPBB3-16955
2022-12-28 08:37:10 +01:00
cd026245fe [ticket/16955] Improve minor docblock quirks
PHPBB3-16955
2022-12-28 08:37:09 +01:00
9a546c535c [ticket/16955] Use common code for path iterator generation
PHPBB3-16955
2022-12-28 08:36:59 +01:00
8faabb559d Merge pull request #5979 from gijsmartens/ticket/15769
[ticket/15769] Crop avatar on upload
2022-12-27 22:39:38 +01:00
9efc25a2e2 [ticket/17069] Fix duplicate key in array
PHPBB3-17069
2022-12-26 08:28:49 +01:00
b153979398 [ticket/15769] Remove unused use statement
PHPBB3-15769
2022-12-13 21:17:51 +01:00
dd7d1cb521 [ticket/15769] Remove template var for cropping available
Avatar cropping should always be available.

PHPBB3-15769
2022-12-13 21:17:51 +01:00
30b058d633 [ticket/15769] Remove PHP side for resizing avatars
PHPBB3-15769
2022-12-13 21:17:50 +01:00
1933a8ab47 [ticket/15769] Make basic upload, refresh, and errors work
PHPBB3-15769
2022-12-13 21:17:49 +01:00
b72379aaab [ticket/15769] Increase default avatar size
PHPBB3-15769
2022-12-13 21:17:48 +01:00
0bff9e605b [ticket/15769] Minor clean up of avatar cropping
PHPBB3-15769
2022-12-13 21:17:45 +01:00
4d860bf967 [ticket/15769] Crop avatars on upload
PHPBB3-15769
2022-12-13 21:17:34 +01:00
6de699d318 [ticket/12683] Small code style improvements
PHPBB3-12683
2022-12-11 17:16:44 +01:00
f9f55eb012 [ticket/12683] Improve exception handling
PHPBB3-12683
2022-12-11 17:16:44 +01:00
8cea785f36 [ticket/12683] Improve exception handling
PHPBB3-12683
2022-12-11 17:16:44 +01:00
1c191868de [ticket/12683] Undo changes in fulltext_sphinx.php
PHPBB3-12683
2022-12-11 17:16:44 +01:00