aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
Commit message (Collapse)AuthorAgeFilesLines
...
* implement service class for feed polling frequenecy, fixed a service class ↵friendica2014-09-031-2/+0
| | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
* consistency: the diaspora post plugin uses "diaspora_enable". The protocol ↵friendica2014-08-281-3/+3
| | | | driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places.
* begin embeddable/shareable design elements (blocks, webpages, layouts, ↵friendica2014-08-271-1/+1
| | | | menus, etc.)
* ability to create/edit/delete custom profile field definitions - read the ↵friendica2014-08-271-0/+63
| | | | source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later.
* Admin setting for Diaspora Protocol enable. We may want to have this also at ↵friendica2014-08-271-0/+3
| | | | a channel level since there are privacy issues and quirks and trade-offs.
* provide admin option for allowing rss/atom feed connections. Need to do this ↵friendica2014-08-201-45/+5
| | | | now before the feature is complete so that public sites don't get borked. We also will need a service class for this.
* Account deletionChristian Vogeley2014-08-151-1/+1
| | | | fix multi user deletion, add confirmation message
* Merge pull request #561 from cvogeley/masterRedMatrix2014-08-151-1/+1
|\ | | | | Some work on account deletion
| * Some work on account deletionChristian Vogeley2014-08-141-1/+1
| |
* | some work on extended profile fieldsfriendica2014-08-131-0/+23
|/
* when an admin censors a channel, we only need to notify the directory and ↵friendica2014-06-221-0/+1
| | | | not all the connections.
* make maximum load average setting work againmarijus2014-06-161-0/+1
|
* Attempt to reduce the support burden of access and register policy.Thomas Willingham2014-04-211-9/+9
|
* Hope I have repaired the channel admin page.sasiflo2014-04-061-47/+34
| | | | | | | | | | Channel blocking and deleting was copied from user actions. This was not done to an end. Hope what I do is enough to enable channel blocking and deleting the correct way. On deletion all entities that belong to the channel are deleted. But the channel itself is just marked as deleted. Do not really understand why it is done this way.
* removed default maximagesize - it can be set in the admin pages.friendica2014-04-021-1/+1
|
* Default discover to on.Thomas Willingham2014-03-301-3/+3
|
* make the discover tab enabled by default the first you use the admin panel, ↵friendica2014-03-291-1/+1
| | | | though it will be disabled until you use the admin panel.
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-301-0/+3
|
* add admin/channelsfriendica2014-03-261-7/+155
|
* don't show deleted channels on admin account summary pagefriendica2014-02-161-2/+3
|
* missing string delimiters (quotes)friendica2014-01-301-3/+3
|
* started analysis of ping response and clean up more loggerMichael Meer2014-01-301-2/+11
|
* clean up logger commands. Placed apostrophs at the end from some comments to ↵Michael Meer2014-01-301-3/+0
| | | | keep the syntax highlighting in vi working
* attempt with fix URL for testing worksMichael Meer2014-01-301-2/+5
|
* ping gives us now a reply. But the reply doesnt contains useful data, ↵Michael Meer2014-01-291-11/+13
| | | | requires still some investigations
* to make visible what I try, ping still won't work, but I'm confused about ↵Michael Meer2014-01-281-1/+7
| | | | get_channel
* Merge branch 'master' of https://github.com/MicMee/redMichael Meer2014-01-271-5/+16
|\ | | | | | | to be in sync
| * Left over line from placeholder.Thomas Willingham2014-01-251-1/+0
| |
| * Add admin info to admin panel and site info.Thomas Willingham2014-01-241-5/+17
| | | | | | | | Since we can have multiple admins, this is freeform bbcode.
* | build url, deleted logger commandsMichael Meer2014-01-231-4/+3
| |
* | preperation for ping, need training in SQL :(Michael Meer2014-01-231-1/+6
| |
* | reorg formula data for hubloc checksMichael Meer2014-01-221-1/+10
| |
* | start with hubloc pingMichael Meer2014-01-221-0/+9
|/
* fix the admin interface to pending registrationsfriendica2014-01-211-1/+1
|
* added buttons to perform later hubloc actionsMichael Meer2014-01-201-2/+4
|
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-111-2/+2
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* mod channel is now Comanchifiedfriendica2013-12-101-1/+1
|
* add option to hide login form from homepageTobias Diekershoff2013-12-061-0/+3
|
* admin user table now shows the channel list, minor changes to summarytuscanhobbit2013-11-241-3/+6
|
* a reference to account_id was missing in user admin tabletuscanhobbit2013-11-231-2/+3
|
* admin/users - add expiration date to table and ability to sort by reverse ↵friendica2013-11-181-20/+29
| | | | expiration and also filter by service class through url options
* implement admin remove accountfriendica2013-11-171-3/+3
|
* suppress creating the directory update record for profile updates which are ↵friendica2013-09-251-3/+7
| | | | part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing.
* admin hubloc page now with content from all hublocs, in next steps I add ↵Michael Meer2013-09-241-0/+20
| | | | some tests with zping and reduce the content to known problems.
* Add tiered access option.Thomas Willingham2013-09-191-1/+2
|
* extend admin page for hubloc / server key managementMichael Meer2013-09-171-0/+16
|
* get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-271-7/+7
|
* theme qualifier without dotsChristian Vogeley2013-08-211-3/+3
|
* get rid of more variables with dashes in the names - use underscore *except* ↵friendica2013-08-151-11/+11
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* Add access policy to admin panel.Thomas Willingham2013-08-071-0/+10
|