Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several issues discovered by PHPStan | Harald Eilertsen | 7 days | 2 | -4/+4 |
| | |||||
* | Fix incorrect module imports. | Harald Eilertsen | 13 days | 2 | -3/+3 |
| | | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php | ||||
* | Fix missing CSRF checks in admin/account_edit | Harald Eilertsen | 2024-11-02 | 1 | -3/+8 |
| | |||||
* | Remove addon repo management from admin/addons. | Harald Eilertsen | 2024-10-09 | 1 | -281/+0 |
| | | | | | | This functionality was broken anyways, and needs to be rethought. Addon reporitories can still be managed from the terminal using the tools in util/. | ||||
* | improve handling of sse especially in relation with page reloads | Mario | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | reflect the censored state in the local xchan and exclude toplevel posts by ↵ | Mario | 2024-06-25 | 1 | -15/+37 |
| | | | | censored channels in the public stream | ||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 10 | -261/+268 |
| | |||||
* | Remove obsolete field for system lang from site admin page. | Harald Eilertsen | 2024-03-03 | 1 | -15/+0 |
| | | | | | | | | The field was commented out in the module, but still remained in the template. This patch also removes some processing to discover available languages whose result were not used. This should fix https://framagit.org/hubzilla/core/-/issues/1840 | ||||
* | enable object cash by default, introduce system.cache_expire_days and ↵ | Mario | 2024-01-28 | 1 | -2/+2 |
| | | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7 | ||||
* | more deprecate $a | Mario | 2023-09-21 | 2 | -2/+2 |
| | |||||
* | allow themes to manipulate app icons (photos) via a hook | Mario | 2023-09-15 | 1 | -4/+19 |
| | |||||
* | move trusted directory servers to security and implement in backend | Mario Vavti | 2023-04-29 | 2 | -32/+35 |
| | |||||
* | trusted dir servers frontend | Mario | 2023-04-29 | 1 | -9/+15 |
| | |||||
* | minor queueworker fixes | Mario | 2023-04-08 | 1 | -1/+1 |
| | |||||
* | queueworker: implement auto_queue_worker_sleep setting in frontend | Mario | 2023-01-03 | 1 | -2/+17 |
| | |||||
* | move mod queueworker to /admin | Mario | 2022-12-27 | 1 | -0/+106 |
| | |||||
* | bring back poll and delivery interval | Mario | 2022-12-12 | 1 | -6/+6 |
| | |||||
* | typo | Mario | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | wording | Mario | 2022-12-04 | 1 | -4/+4 |
| | |||||
* | the logic for public stream has changed - adjust help text and externals, ↵ | Mario | 2022-12-04 | 1 | -3/+3 |
| | | | | disable lockfile check in cron daemon | ||||
* | look for iconfig at the right place, fix mod sharedwithme, comment out ↵ | Mario | 2022-12-03 | 1 | -9/+9 |
| | | | | unused configs | ||||
* | fix various issues | Mario | 2022-10-21 | 3 | -22/+13 |
| | |||||
* | php8: fix warnings | Mario | 2022-09-22 | 1 | -5/+4 |
| | |||||
* | attach iconfig to the activity and adjust ap raw message retrieval to handle ↵ | Mario | 2022-01-30 | 1 | -1/+13 |
| | | | | both cases. also add a possibility to manually redeliver single hubs for debuging | ||||
* | make sure we have an existing default role in any case | Mario | 2022-01-23 | 1 | -2/+5 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 1 | -2/+2 |
| | |||||
* | fix admin button state not displayed correctly | Mario | 2021-05-31 | 1 | -2/+2 |
| | |||||
* | mising use statement | Mario | 2021-05-27 | 1 | -3/+3 |
| | |||||
* | deprecate remove_queue_by_posturl() | Mario | 2021-05-27 | 1 | -13/+13 |
| | |||||
* | register: implement remove_expired_registrations() and minor fixes | Mario | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | register: more testing and fixes | Mario | 2021-04-28 | 1 | -14/+13 |
| | |||||
* | register: remove single quotes in advanced examples - they might be misleading | Mario | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | more strings changes | Mario | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | register: remove debug messages from UI and streamline some strings | Mario | 2021-04-26 | 1 | -82/+63 |
| | |||||
* | register: minor strings changes and whitespace | Mario | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | registration: reveal possibility to show all registrations in the UI | Mario | 2021-04-19 | 1 | -2/+10 |
| | |||||
* | register: add option to show all register entries | Mario | 2021-04-16 | 1 | -4/+10 |
| | |||||
* | register: minor fixes and template cleanup | Mario | 2021-04-15 | 1 | -1/+2 |
| | |||||
* | register: provide a possibility to leave a message id registration is by ↵ | Mario | 2021-04-14 | 1 | -4/+9 |
| | | | | approval | ||||
* | register: if auto create is configured do some more tests against the ↵ | Mario | 2021-04-09 | 1 | -2/+1 |
| | | | | provided name and nick so it will not fail later in create_identity(); | ||||
* | register: only return verified registrations in get_pending_accounts(), more ↵ | Mario | 2021-04-09 | 1 | -9/+4 |
| | | | | invite handling fixes | ||||
* | register: default to auto-create channel and fix auto create channel if ↵ | Mario | 2021-04-08 | 2 | -7/+33 |
| | | | | register approval is configured | ||||
* | registrations: minor cleanup | Mario | 2021-04-07 | 1 | -7/+3 |
| | |||||
* | air: more work on UX during register | Mario | 2021-03-26 | 1 | -1/+2 |
| | |||||
* | adminUI cfg to switch on (default off) register w/o email, | Hilmar R | 2021-03-19 | 1 | -6/+16 |
| | | | | accept delay 0 (no delay) and expire defaults to 99years | ||||
* | air: display the verification status in the notifications | Mario | 2021-03-18 | 1 | -1/+2 |
| | |||||
* | air: only set registration request to expired if it is not yet verified | Mario | 2021-03-18 | 1 | -2/+2 |
| | |||||
* | adjust timezone after the expiration check | Mario | 2021-03-18 | 1 | -4/+4 |
| | |||||
* | air: make sure to display the timezone corrected times in the admin ui | Mario | 2021-03-18 | 1 | -0/+4 |
| | |||||
* | air: another string | Mario | 2021-03-17 | 1 | -1/+1 |
| |