| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* github-nickvergessen/ticket/10237:
[ticket/10237] Also display login-box on subscribing
[ticket/10237] Handle watching and unwatching the same way.
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also add some information to the confirm-box (forum_name / topic title)
PHPBB3-10237
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-10237
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10208] Explain what happens when 'Warning duration' is set to 0.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10208
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Previously "errors are listing below", should have said "errors are
listed below".
PHPBB3-10216
|
| | |
| | |
| | |
| | | |
PHPBB3-7090
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10228] Correct "trigger" to "triggered" in acp registration settings
|
| | |
| | |
| | |
| | | |
PHPBB3-10228
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10229] On languge/acp/styles.php "%s" should be %s
|
| | |
| | |
| | |
| | | |
PHPBB3-10229
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10221] Append unit (seconds) after input field, remove from explanation
|
| | |
| | |
| | |
| | | |
PHPBB3-10221
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10211] Add spce after dot in new language string
|
| | |
| | |
| | |
| | | |
PHPBB3-10211
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9992] Clarify explanations of ip and account limits on login
[ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN
[ticket/9992] Use sql_fetchfield for single row and single column result
[ticket/9992] Adding a limit on login attempts per IP.
[ticket/9992] Make sql_create_table and sql_table_exists available in updater
|
| | |
| | |
| | |
| | | |
PHPBB3-9992
|
| | |
| | |
| | |
| | | |
PHPBB3-9992
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A new table was created to save all failed login attempts with
corresponding information on username, ip and useragent. By default
the limit is 50 login attempts within 6 hours per IP. The limit is
relatively high to avoid big problems on sites behind a reverse
proxy that don't receive the forwarded-for value as REMOTE_ADDR but
see all users as coming from the same IP address. But if these
users run into problems a special forwarded-for option is available
to limit logins by forwarded-for value instead of ip.
PHPBB3-9992
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/6712] Properly explain result of setting the bump interval to 0.
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
[ticket/6712] Pass $post_data by the value instead of by the reference.
[ticket/6712] Bump does not create new topic icon on index.
Conflicts:
phpBB/includes/functions_posting.php
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/rxu/6712:
[ticket/6712] Properly explain result of setting the bump interval to 0.
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
[ticket/6712] Pass $post_data by the value instead of by the reference.
[ticket/6712] Bump does not create new topic icon on index.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-6712
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* naderman/ticket/10005:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10005
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10203] Fix quotations and hyphen in language strings for PHPBB3-10067
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10203
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10067] Clarify language for user activation options in ACP.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/p/10067:
[ticket/10067] Clarify language for user activation options in ACP.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10067
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10158] Remove some code duplication from generating the message.
[ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.
[ticket/10158] Only view "Return to" links if they are useful.
[ticket/10158] Add return-link to folder, when the user replied from a folder.
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/nickvergessen/10158:
[ticket/10158] Remove some code duplication from generating the message.
[ticket/10158] Only view "Return to" links if they are useful.
[ticket/10158] Add return-link to folder, when the user replied from a folder.
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10158
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/9630:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-9630
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/8542:
[ticket/8542] Display custom profile fields in private messages
Conflicts:
phpBB/install/database_update.php
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Introduce an option to display the cpf in the PM view.
PHPBB3-8542
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10170] Fix broken recaptcha verification host.
[ticket/10170] Include www in hostname in language strings.
[ticket/10170] Update language entries
[ticket/10170] reCaptcha API has been moved.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* bantu/ticket/10170:
[ticket/10170] Fix broken recaptcha verification host.
[ticket/10170] Include www in hostname in language strings.
[ticket/10170] Update language entries
[ticket/10170] reCaptcha API has been moved.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10170
|
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update the language entries to reflect the reCaptcha
API change.
PHPBB3-10170
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.
[ticket/9999] Remove broken and unused L_FORUM_FOLDER_ALT variable.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-9999
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* feature/rxu/attachment-management-no-reassignment:
[feature/attachment-management-no-reassignment] Handle privacy and some more.
[feature/attachment-management-no-reassignment] Further feature adjustments.
[feature/attachment-management-no-reassignment] Fix some more errors
[feature/attachment-management-no-reassignment] Fix minor flaws in the code.
[feature/attachment-management-no-reassignment] Attachments management
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- restrict files info for PM attachments;
- add an option to resync files stats if wrong;
- replace post_id sorting with post type (PM/regular post) one;
- some language fixes.
PHPBB3-9721
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
-add database update entry;
- add files statistics checks;
- improve files deletion procedure;
- improve reversed order for pagination;
- adjust template file;
- add missing comma for orphan key in info module;
- change module mode name;
- fix module explanation text;
- add files comments output;
- change attachments per page amount from posts to topics per page value.
PHPBB3-9721
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
This feature allows to manage attachments in posts and PMs via ACP.
PHPBB3-9721
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
|