aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove some unused settings from admin pagefriendica2013-07-211-2/+0
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-021-4/+4
|\
| * fix some anomolies in config functionsfriendica2013-06-211-4/+4
| |
* | Set a site channel so an admin can use CMS to create home.html and so on, ↵Thomas Willingham2013-05-311-1/+5
|/ | | | without ever needing to touch HTML again. When I've finished that bit too.
* more Friendica removalsfriendica2013-04-141-2/+2
|
* begin to cut the umbilicalfriendica2013-04-141-1/+1
|
* Allow admins to specify default mobile/accessibility theme.Thomas Willingham2013-03-171-0/+24
|
* Tidy upThomas Willingham2013-03-151-5/+4
|
* Get admin/users mostly working. Still need to associate channels with accounts.Thomas Willingham2013-03-121-15/+5
|
* more register_approve stuff - like the admin page. Hopefully this won't ↵friendica2013-02-081-7/+5
| | | | conflict with Thomas's admin page "list users" changes