aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete field for system lang from site admin page.Harald Eilertsen2024-03-031-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 ↵Mario2024-01-281-2/+2
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* more deprecate $aMario2023-09-212-2/+2
|
* allow themes to manipulate app icons (photos) via a hookMario2023-09-151-4/+19
|
* move trusted directory servers to security and implement in backendMario Vavti2023-04-292-32/+35
|
* trusted dir servers frontendMario2023-04-291-9/+15
|
* minor queueworker fixesMario2023-04-081-1/+1
|
* queueworker: implement auto_queue_worker_sleep setting in frontendMario2023-01-031-2/+17
|
* move mod queueworker to /adminMario2022-12-271-0/+106
|
* bring back poll and delivery intervalMario2022-12-121-6/+6
|
* typoMario2022-12-041-1/+1
|
* wordingMario2022-12-041-4/+4
|
* the logic for public stream has changed - adjust help text and externals, ↵Mario2022-12-041-3/+3
| | | | disable lockfile check in cron daemon
* look for iconfig at the right place, fix mod sharedwithme, comment out ↵Mario2022-12-031-9/+9
| | | | unused configs
* fix various issuesMario2022-10-213-22/+13
|
* php8: fix warningsMario2022-09-221-5/+4
|
* attach iconfig to the activity and adjust ap raw message retrieval to handle ↵Mario2022-01-301-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 caseMario2022-01-231-2/+5
|
* merge branch perms_ng into devMario2021-12-151-2/+2
|
* fix admin button state not displayed correctlyMario2021-05-311-2/+2
|
* mising use statementMario2021-05-271-3/+3
|
* deprecate remove_queue_by_posturl()Mario2021-05-271-13/+13
|
* register: implement remove_expired_registrations() and minor fixesMario2021-05-071-1/+1
|
* register: more testing and fixesMario2021-04-281-14/+13
|
* register: remove single quotes in advanced examples - they might be misleadingMario2021-04-271-1/+1
|
* more strings changesMario2021-04-261-1/+1
|
* register: remove debug messages from UI and streamline some stringsMario2021-04-261-82/+63
|
* register: minor strings changes and whitespaceMario2021-04-191-1/+1
|
* registration: reveal possibility to show all registrations in the UIMario2021-04-191-2/+10
|
* register: add option to show all register entriesMario2021-04-161-4/+10
|
* register: minor fixes and template cleanupMario2021-04-151-1/+2
|
* register: provide a possibility to leave a message id registration is by ↵Mario2021-04-141-4/+9
| | | | approval
* register: if auto create is configured do some more tests against the ↵Mario2021-04-091-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 ↵Mario2021-04-091-9/+4
| | | | invite handling fixes
* register: default to auto-create channel and fix auto create channel if ↵Mario2021-04-082-7/+33
| | | | register approval is configured
* registrations: minor cleanupMario2021-04-071-7/+3
|
* air: more work on UX during registerMario2021-03-261-1/+2
|
* adminUI cfg to switch on (default off) register w/o email,Hilmar R2021-03-191-6/+16
| | | | accept delay 0 (no delay) and expire defaults to 99years
* air: display the verification status in the notificationsMario2021-03-181-1/+2
|
* air: only set registration request to expired if it is not yet verifiedMario2021-03-181-2/+2
|
* adjust timezone after the expiration checkMario2021-03-181-4/+4
|
* air: make sure to display the timezone corrected times in the admin uiMario2021-03-181-0/+4
|
* air: another stringMario2021-03-171-1/+1
|
* air: some work on ui/uxMario2021-03-171-8/+17
|
* also move code comments to the functionMario2021-03-161-8/+0
|
* air: fix register notificationsMario2021-03-151-36/+29
|
* fix default value displayed if value is set to empty or zero. fix #1536 and ↵Mario2021-03-151-39/+39
| | | | #1537
* a bit more useability for the admin at the beginningHilmar R2021-03-031-1/+2
|
* login panel, reg limits.Hilmar R2021-01-271-10/+19
|
* melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241Hilmar R2021-01-232-26/+492
|