aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* make discover items interactivefriendica2014-09-222-2/+5
|
* Allow ordering by createdChristian Vogeley2014-09-201-1/+3
|
* update jg to latest preview release and try once more to really justify the ↵marijus2014-09-201-11/+4
| | | | whole gallery
* try to sort out walltowall translation for diaspora recipientsfriendica2014-09-192-2/+4
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-181-1/+1
|\
| * Catch the settings tooThomas Willingham2014-09-181-1/+1
| |
* | repeated content collapse on update from display page under rare conditions ↵friendica2014-09-182-0/+8
|/ | | | (when the conversation hasn't changed)
* keep the language consistentfriendica2014-09-171-1/+1
|
* channel permission rolesfriendica2014-09-171-1/+6
|
* make the output a bit more readablefriendica2014-09-171-2/+2
|
* let the xchan diagnostic accept a webbiefriendica2014-09-171-14/+14
|
* implement permission roles - the backend should be done except for maybe a ↵friendica2014-09-171-0/+22
| | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone.
* when importing channels - use the new location notification message to tell ↵friendica2014-09-161-9/+4
| | | | your original site where it sits in terms of primary.
* push individual block to directoryfriendica2014-09-151-0/+1
|
* fat finger - must have been here a whilefriendica2014-09-151-1/+1
|
* channel export with itemsfriendica2014-09-152-1/+7
|
* honour service class restrictions for total_identities, total_channels ↵friendica2014-09-151-1/+28
| | | | ("friends") and total_feeds both when importing channels and subsequently when syncing clones. Limits are based on the local system - additional entries are silently dropped.
* allow the site to designate an admin channel that's visible to the outside ↵friendica2014-09-141-1/+7
| | | | world (via siteinfo/json). Otherwise we'll use the default channel of any accounts that have the account admin role.
* A bit of mod/home refactoring. This is a transient state, so it's stillThomas Willingham2014-09-151-20/+27
| | | | messy, but it'll be much nicer after the move is finished.
* Deprecate site channel. The sys channel should be doing this. Will fixThomas Willingham2014-09-151-3/+3
| | | | shortly.
* Made link post titles to source optional in display settings. Hopefully I ↵Jeroen2014-09-141-1/+7
| | | | did a right.
* more heavy lifting on the hubloc management and revocation infrastructure; ↵friendica2014-09-141-20/+3
| | | | don't rush me. This is going to become a fundamental part of zot. It deserves careful consideration.
* some backend work for the remaining missing bits of mod_hubman - this is ↵friendica2014-09-131-2/+2
| | | | still a fair ways from being complete and is not ready for prime time. Basically we'll let a channel send out a public message saying "these are my currently approved locations" and anything that isn't in the list will be marked deleted. We'll send out this message when locations change somehow - either through direct personal involvement (hub revoke, change primary, channel import) or during a system rename or "find bad/obsolete hublocs" activity. This way we won't have clones sending back location info we just got rid of and re-importing the bad entries.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-122-2/+2
|\
| * reset testing values back to defaultmarijus2014-09-121-2/+2
| |
| * do not load next page if justifiedGallery() is not ready yetmarijus2014-09-121-2/+2
| |
| * expert_mode > expertJeroen2014-09-121-1/+1
| |
| * Fixed. Thanks to Thomas.Jeroen2014-09-121-4/+3
| |
| * Addon count on addon settings page (featured) doesnt work (always 0). ↵Jeroen2014-09-121-2/+3
| | | | | | | | Commented out.
* | make the xchan diagnostic tool usefulfriendica2014-09-121-2/+14
|/
* sort the plugins to make it easier to compare listsfriendica2014-09-111-0/+1
|
* and then make it even more usefulfriendica2014-09-111-0/+7
|
* make siteinfo/json useful againfriendica2014-09-111-14/+19
|
* allow bbcode in register_textfriendica2014-09-111-2/+2
|
* new module - service_limits - print service class limits for logged in ↵friendica2014-09-111-0/+23
| | | | account. It is a debugging tool and not meant to be pretty.
* set items/page back to 60marijus2014-09-111-2/+2
|
* content-complete must not be in photo-album-contentsmarijus2014-09-111-1/+4
|
* typomarijus2014-09-111-1/+1
|
* issue #588 can't add feeds to collections using connedit page group sidebar ↵friendica2014-09-111-1/+1
| | | | widget
* another day another concept - hope this works bettermarijus2014-09-111-6/+14
|
* endless scroll on connections pagefriendica2014-09-101-16/+37
|
* make verify_email the default for new installs (at least English installs), ↵friendica2014-09-101-1/+3
| | | | and provide a setting on the admin page for it.
* reduce log level of inbound d* posts until we get through some of the more ↵friendica2014-09-091-1/+1
| | | | serious federation issues
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-088-10/+10
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* wrap photo albums (albums and top level) in a div id=photo-album-contentsfriendica2014-09-081-1/+4
|
* add categories to eventsfriendica2014-09-071-1/+50
|
* for webpages, hide the mimetype selector unless in advanced mode. For pages ↵friendica2014-09-074-9/+14
| | | | that endless scroll and show blocky-block things, set the default items-per-page to 60. Why? It fits column-widths of 2,3,4,5,6,10,12,15, and 20 without leaving remaindered items dangling at the end. No other setting less than 100 has this much versatility.
* and more ajax workfriendica2014-09-062-3/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-061-2/+3
|\
| * Fix directory for NOT endless scroll. Dunno what's wrong with endlessThomas Willingham2014-09-061-2/+3
| | | | | | | | scroll, sorry.