aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove dotMario2020-11-141-1/+1
|
* Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-141-0/+8
| | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* deprecate $a variable for *_plugin_admin() and *_plugin_admin_post()Mario2020-09-161-2/+2
|
* make inline pdf a security option, move thumbnail security to security ↵Mario2019-11-152-6/+11
| | | | options from admin/site
* fix bitrot in util/zotshzotlabs2019-08-151-15/+16
|
* port db update improvements from zapMario Vavti2019-05-031-2/+43
|
* Merge branch 'exclude_addon_common' into 'dev'M. Dent2019-02-151-1/+4
|\ | | | | | | | | exclude addon_common from addon list See merge request hubzilla/core!1513
| * exclude addon_common from addon listMario2019-02-151-1/+4
| |
* | fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-1/+1
|/ | | | some fixes to activity parsing from upstream.
* typoMario Vavti2018-10-081-1/+1
|
* Remove servicelevel logicM. Dent2018-09-292-27/+2
|
* Add translation for missed stringMax Kostikov2018-08-101-1/+1
|
* plugins -> addonszotlabs2018-06-281-19/+19
|
* optionally report total available space when uploadingzotlabs2018-06-131-1/+4
|
* SECURITY: provide option to disable the cloud 'root' directory and make the ↵zotlabs2018-06-131-0/+5
| | | | cloud module require a target channel nickname. This is a low impact change as there is currently no disclosure of private information. The presence of a file browser for all the channels on the site could be (and is reported to be) a concern to some people and there is no reason why it shouldn't be optional.
* wrong default param for pubstream_incl (this checkin also picked up a few ↵zotlabs2018-05-181-2/+2
| | | | minor and hopefully non-significant changes)