Changesets: MantisBT
|
master 5232233f 2023-04-09 21:08 Details Diff |
Tests: Remove tests for timezone since it is dependent on server timezone | ||
| mod - tests/rest/RestUserTests.php | Diff File | ||
|
master c28a969a 2023-04-09 21:01 Details Diff |
Tests: Move delete after run of user ids to RestBase class | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/rest/RestIssueTests.php | Diff File | ||
| mod - tests/rest/RestUserTests.php | Diff File | ||
|
master 6f91ee97 2023-04-09 20:51 Details Diff |
Tests: add more anonymous test cases for User APIs | ||
| mod - tests/rest/RestUserTests.php | Diff File | ||
|
master 7a1bd11e 2023-04-09 20:40 Details Diff |
Tests: Rename REST test fixtures | ||
| mod - tests/rest/AllTests.php | Diff File | ||
| mv - tests/rest/RestIssueAddTest.php → tests/rest/RestIssueTests.php | Diff File | ||
| mv - tests/rest/RestUserTest.php → tests/rest/RestUserTests.php | Diff File | ||
|
master 2b429a5b 2023-04-09 20:36 Details Diff |
Tests: Use RequestBuilder for IssueAddTests | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/rest/RestIssueAddTest.php | Diff File | ||
| mod - tests/rest/RestUserTest.php | Diff File | ||
|
master 5093da60 2023-04-09 20:28 Details Diff |
Tests: Add RequestBuilder for building http requests and use in user tests | ||
| add - tests/core/RequestBuilder.php | Diff File | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/rest/RestUserTest.php | Diff File | ||
|
master b4c9ccd7 2023-04-09 19:20 Details Diff |
Tests: Add test cases for User Create/Get/Delete | ||
| mod - tests/rest/AllTests.php | Diff File | ||
| add - tests/rest/RestUserTest.php | Diff File | ||
|
master 45b90502 2023-04-09 19:12 Details Diff |
Tests: Add a Faker class to provide fake data | ||
| add - tests/core/Faker.php | Diff File | ||
|
master 3cfc92f6 2023-04-09 19:08 Details Diff |
Tests: Support get/patch requests in RestBase class | ||
| mod - tests/rest/RestBase.php | Diff File | ||
|
master 6e6be67d 2023-04-09 19:06 Details Diff |
REST API: User shouldn't be able to delete their own account | ||
| mod - core/commands/UserDeleteCommand.php | Diff File | ||
|
master a99242c6 2023-04-09 19:05 Details Diff |
REST API: Add support to get user by id | ||
| mod - api/rest/restcore/users_rest.php | Diff File | ||
|
master 24f689e5 2023-04-08 21:01 Details Diff |
Remove trailing commas to improve PHP 7 compatibility | ||
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
| mod - manage_proj_create.php | Diff File | ||
| mod - manage_proj_delete.php | Diff File | ||
| mod - manage_proj_update.php | Diff File | ||
|
master b666b7e8 2023-04-08 20:46 Details Diff |
Remove trailing commas to improve PHP 7 compatibility Fixes 0032258 |
Affected Issues 0032258 |
|
| mod - adm_config_delete.php | Diff File | ||
| mod - adm_config_set.php | Diff File | ||
| mod - api/rest/restcore/config_rest.php | Diff File | ||
|
master d9409a09 2023-04-08 20:31 Details Diff |
Remove trailing commas for PHP 7 compatibility Fixes 0032247 |
Affected Issues 0032247 |
|
| mod - core/commands/UserTokenCreateCommand.php | Diff File | ||
| mod - core/commands/UserTokenDeleteCommand.php | Diff File | ||
|
master 0e04bdb9 2023-04-06 07:09 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_norwegian_bokmal.txt | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.22.5 da318bb4 2023-04-03 21:59 dependabot[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.21.4 to 5.22.5 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.21.4 to 5.22.5. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.21.4...v5.22.5) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master db7a9c53 2023-04-03 07:12 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_macedonian.txt | Diff File | ||
| mod - lang/strings_slovene.txt | Diff File | ||
|
master c9b56bcd 2023-03-31 23:00 Details Diff |
Support selecting fields to return when getting issues Fixes 0032331 |
Affected Issues 0032331 |
|
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - api/soap/mc_filter_api.php | Diff File | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
master e9290c59 2023-03-30 07:07 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_slovene.txt | Diff File | ||
|
master 9d540846 2023-03-29 04:22 Details Diff |
Merge branch 'master-2.25' | ||
| mod - core/logging_api.php | Diff File | ||
|
master 7ac2e8e0 2023-03-28 21:38 Details Diff |
Fixes to error messages Fixes 0032245 |
Affected Issues 0032245 |
|
| mod - core/commands/UserTokenCreateCommand.php | Diff File | ||
| mod - core/commands/UserTokenDeleteCommand.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master e8755c4a 2023-03-28 21:16 Details Diff |
Clarify user_id vs. token_id in API router naming Fixes 0032245 |
Affected Issues 0032245 |
|
| mod - api/rest/restcore/users_rest.php | Diff File | ||
|
master 8aa2d379 2023-03-28 21:15 Details Diff |
Better handling for tokens relating to a user that doesn't exist Fixes 0032245 |
Affected Issues 0032245 |
|
| mod - core/commands/UserTokenCreateCommand.php | Diff File | ||
| mod - core/commands/UserTokenDeleteCommand.php | Diff File | ||
|
master a0aba44d 2023-03-28 21:13 Details Diff |
Use impersonate access level to create/delete API tokens Fixes 0032245 |
Affected Issues 0032245 |
|
| mod - core/commands/UserTokenCreateCommand.php | Diff File | ||
| mod - core/commands/UserTokenDeleteCommand.php | Diff File | ||
|
master 497cbdaf 2023-03-28 20:51 Details Diff |
Remove unused variable Fixes 0032245 |
Affected Issues 0032245 |
|
| mod - api/rest/restcore/users_rest.php | Diff File | ||