Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to reduce the support burden of access and register policy. | Thomas Willingham | 2014-04-21 | 1 | -9/+9 |
| | |||||
* | Hope I have repaired the channel admin page. | sasiflo | 2014-04-06 | 1 | -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. | friendica | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Default discover to on. | Thomas Willingham | 2014-03-30 | 1 | -3/+3 |
| | |||||
* | make the discover tab enabled by default the first you use the admin panel, ↵ | friendica | 2014-03-29 | 1 | -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 Abdo | 2014-03-30 | 1 | -0/+3 |
| | |||||
* | add admin/channels | friendica | 2014-03-26 | 1 | -7/+155 |
| | |||||
* | don't show deleted channels on admin account summary page | friendica | 2014-02-16 | 1 | -2/+3 |
| | |||||
* | missing string delimiters (quotes) | friendica | 2014-01-30 | 1 | -3/+3 |
| | |||||
* | started analysis of ping response and clean up more logger | Michael Meer | 2014-01-30 | 1 | -2/+11 |
| | |||||
* | clean up logger commands. Placed apostrophs at the end from some comments to ↵ | Michael Meer | 2014-01-30 | 1 | -3/+0 |
| | | | | keep the syntax highlighting in vi working | ||||
* | attempt with fix URL for testing works | Michael Meer | 2014-01-30 | 1 | -2/+5 |
| | |||||
* | ping gives us now a reply. But the reply doesnt contains useful data, ↵ | Michael Meer | 2014-01-29 | 1 | -11/+13 |
| | | | | requires still some investigations | ||||
* | to make visible what I try, ping still won't work, but I'm confused about ↵ | Michael Meer | 2014-01-28 | 1 | -1/+7 |
| | | | | get_channel | ||||
* | Merge branch 'master' of https://github.com/MicMee/red | Michael Meer | 2014-01-27 | 1 | -5/+16 |
|\ | | | | | | | to be in sync | ||||
| * | Left over line from placeholder. | Thomas Willingham | 2014-01-25 | 1 | -1/+0 |
| | | |||||
| * | Add admin info to admin panel and site info. | Thomas Willingham | 2014-01-24 | 1 | -5/+17 |
| | | | | | | | | Since we can have multiple admins, this is freeform bbcode. | ||||
* | | build url, deleted logger commands | Michael Meer | 2014-01-23 | 1 | -4/+3 |
| | | |||||
* | | preperation for ping, need training in SQL :( | Michael Meer | 2014-01-23 | 1 | -1/+6 |
| | | |||||
* | | reorg formula data for hubloc checks | Michael Meer | 2014-01-22 | 1 | -1/+10 |
| | | |||||
* | | start with hubloc ping | Michael Meer | 2014-01-22 | 1 | -0/+9 |
|/ | |||||
* | fix the admin interface to pending registrations | friendica | 2014-01-21 | 1 | -1/+1 |
| | |||||
* | added buttons to perform later hubloc actions | Michael Meer | 2014-01-20 | 1 | -2/+4 |
| | |||||
* | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 1 | -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 Comanchified | friendica | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | add option to hide login form from homepage | Tobias Diekershoff | 2013-12-06 | 1 | -0/+3 |
| | |||||
* | admin user table now shows the channel list, minor changes to summary | tuscanhobbit | 2013-11-24 | 1 | -3/+6 |
| | |||||
* | a reference to account_id was missing in user admin table | tuscanhobbit | 2013-11-23 | 1 | -2/+3 |
| | |||||
* | admin/users - add expiration date to table and ability to sort by reverse ↵ | friendica | 2013-11-18 | 1 | -20/+29 |
| | | | | expiration and also filter by service class through url options | ||||
* | implement admin remove account | friendica | 2013-11-17 | 1 | -3/+3 |
| | |||||
* | suppress creating the directory update record for profile updates which are ↵ | friendica | 2013-09-25 | 1 | -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 Meer | 2013-09-24 | 1 | -0/+20 |
| | | | | some tests with zping and reduce the content to known problems. | ||||
* | Add tiered access option. | Thomas Willingham | 2013-09-19 | 1 | -1/+2 |
| | |||||
* | extend admin page for hubloc / server key management | Michael Meer | 2013-09-17 | 1 | -0/+16 |
| | |||||
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -7/+7 |
| | |||||
* | theme qualifier without dots | Christian Vogeley | 2013-08-21 | 1 | -3/+3 |
| | |||||
* | get rid of more variables with dashes in the names - use underscore *except* ↵ | friendica | 2013-08-15 | 1 | -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 Willingham | 2013-08-07 | 1 | -0/+10 |
| | |||||
* | remove some unused settings from admin page | friendica | 2013-07-21 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-02 | 1 | -4/+4 |
|\ | |||||
| * | fix some anomolies in config functions | friendica | 2013-06-21 | 1 | -4/+4 |
| | | |||||
* | | Set a site channel so an admin can use CMS to create home.html and so on, ↵ | Thomas Willingham | 2013-05-31 | 1 | -1/+5 |
|/ | | | | without ever needing to touch HTML again. When I've finished that bit too. | ||||
* | more Friendica removals | friendica | 2013-04-14 | 1 | -2/+2 |
| | |||||
* | begin to cut the umbilical | friendica | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | Allow admins to specify default mobile/accessibility theme. | Thomas Willingham | 2013-03-17 | 1 | -0/+24 |
| | |||||
* | Tidy up | Thomas Willingham | 2013-03-15 | 1 | -5/+4 |
| | |||||
* | Get admin/users mostly working. Still need to associate channels with accounts. | Thomas Willingham | 2013-03-12 | 1 | -15/+5 |
| | |||||
* | more register_approve stuff - like the admin page. Hopefully this won't ↵ | friendica | 2013-02-08 | 1 | -7/+5 |
| | | | | conflict with Thomas's admin page "list users" changes | ||||
* | We DO only have one queue for now. | Thomas Willingham | 2013-02-02 | 1 | -4/+0 |
| | |||||
* | Clean up no longer used admin functions, plus fix summary template. | Thomas Willingham | 2013-02-02 | 1 | -17/+0 |
| |