1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 05:36:30 +02:00
Commit Graph

5616 Commits

Author SHA1 Message Date
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
e6af4c4def [ticket/12683] Fix post index creation
PHPBB3-12683
2022-12-11 17:16:44 +01:00
23ce5121a4 [ticket/12683] Code review
PHPBB3-12683
2022-12-11 17:16:44 +01:00
2e917b6059 [ticket/12683] Remove unused property
PHPBB3-12683
2022-12-11 17:16:44 +01:00
ac227a9ea6 [ticket/12683] Add basic tests
PHPBB3-12683
2022-12-11 17:16:44 +01:00
d55f1e04eb [ticket/12683] phpdoc and spaces
PHPBB3-12683
2022-12-11 17:16:44 +01:00
9a6d42770e [ticket/12683] Remove check to avoid index twice (ticket 16755)
PHPBB3-12683
2022-12-11 17:16:44 +01:00
1cef5f83a0 [ticket/12683] Fix test
PHPBB3-12683
2022-12-11 17:16:44 +01:00
f4977853be [ticket/12683] Pass tables via parameter and small fix
PHPBB3-12683
2022-12-11 17:16:44 +01:00
565c806eda [ticket/12683] Move state related code to helper class
PHPBB3-12683
2022-12-11 17:16:44 +01:00
f1a2558cfe [ticket/16738] Multiple changes
Add post helper to get last post id
Launch exception if an action is in progress
Launch an exception if the action is already done
When listing search backend in cli, if the active
backend is not indexed an error is launched
Add state to commands
Fix small error in sphinx search backend

PHPBB3-16738
2022-12-11 17:16:44 +01:00
0c3e084d35 [ticket/12683] Return constant
PHPBB3-12683
2022-12-11 17:16:44 +01:00
c2f3ba44bd [ticket/12683] Add progress bar to delete index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
75bdbcf4fe [ticket/12683] Fix create index command
PHPBB3-12683
2022-12-11 17:16:44 +01:00
0a24704b4f [ticket/12683] Add progress bar to create_index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
ce54ee5e6f [ticket/12683] Add CLI command to generate the search index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
d5dab4def9 [master] Fix master phing sniff 2022-12-11 14:31:50 +01:00
67fa7ad060 Merge branch '3.3.x' 2022-12-09 21:43:17 +01:00
21374390ad Merge pull request #6428 from wordlesswind/ticket/16105
[ticket/16105] Use Google reCAPTCHA globally
2022-12-09 21:43:06 +01:00
8841d88845 Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
f48ff960f1 Merge pull request #6431 from rubencm/ticket/17062
[ticket/17062] Call search service using dependency injection
2022-11-30 19:39:13 +01:00
be818daa5d Merge branch '3.3.x' 2022-11-28 20:41:46 +01:00
d03a853f6e Merge branch 'prep-release-3.3.9' into 3.3.x 2022-11-28 20:40:46 +01:00
b8bcbabaac [ticket/17062] Avoid calling search factory twice
PHPBB3-17062
2022-11-28 10:20:23 +01:00
6fc476c692 [ticket/17062] Call search service using dependency injection
PHPBB3-17062
2022-11-27 11:55:49 +01:00
744009882b [prep-release-3.3.9] Add migration for 3.3.9 2022-11-23 20:53:56 +01:00
e75ea6642d Merge pull request #67 from phpbb/ticket/security-274
[ticket/security/274] Reset login keys/session when resetting password
2022-11-22 21:21:24 +01:00
ad9e5e6891 [ticket/16105] Replace const with lowercase version
PHPBB3-16105
2022-11-21 17:24:11 +01:00
b828efa9e6 [ticket/16105] Use domain setting for recaptcha v2 as well
PHPBB3-16105
2022-11-21 17:24:11 +01:00
c66923bafc [ticket/16105] Add domain selection to recaptcha v2 & check against list
PHPBB3-16105
2022-11-21 17:24:10 +01:00
ebc5e1ead0 [ticket/16105] Use Google reCAPTCHA globally
PHPBB3-16105
2022-11-21 17:23:39 +01:00
b86d15a766 [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.

PHPBB3-17056
2022-11-02 00:30:46 +02:00
4d5c966b58 Merge branch '3.3.x' 2022-10-26 22:46:34 +02:00
5225ac8a9a [prep-release-3.3.9] Add migration for 3.3.9-RC1 2022-10-22 20:55:14 +02:00
827c135cc9 [ticket/security/274] Reset login keys/session when resetting password
SECURITY-274
2022-10-22 15:12:28 +02:00
94d7d4fbcb Merge branch '3.3.x' 2022-10-22 11:34:57 +02:00
67c41633a2 Merge pull request #6422 from marc1706/ticket/17050
[ticket/17050] Remove trailing slash from generated css includes
2022-10-22 11:34:54 +02:00
76fd028617 Merge branch '3.3.x' 2022-10-22 11:21:49 +02:00
7017c73156 [ticket/17050] Remove trailing slash from generated css includes
PHPBB3-17050
2022-10-21 21:40:44 +02:00
2e025be53a [ticket/17051] Fallback to default values for possible undefined user data
PHPBB3-17051
2022-10-21 20:18:32 +02:00
ef2b3a1d68 [ticket/17048] Add method for getting composer in installer
PHPBB3-17048
2022-10-19 20:49:00 +02:00
09f2fe805c [ticket/17052] Create our own static composer factory and pass known cwd
PHPBB3-17052
2022-10-19 20:48:52 +02:00
9340ffa557 [ticket/17049] Add migration for exts_composer_minimum_stability config entry
PHPBB3-17049
2022-10-16 10:43:33 +02:00