aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-031-2/+2
|\
| * it seems this is needed also to not allow editing profile photo albummarijus2014-10-031-2/+2
| |
* | more infrastructure for sharing page design elementsfriendica2014-10-031-1/+43
|/
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-032-113/+59
|\
| * Merge pull request #611 from tuscanhobbit/devRedMatrix2014-10-031-0/+1
| |\ | | | | | | site language in siteinfo/json has been re-added
| | * site language in siteinfo/json has been re-addedPaolo Tacconi2014-10-021-0/+1
| | |
| * | more work on photosmarijus2014-10-021-65/+49
| |/
| * Merge pull request #610 from tuscanhobbit/devRedMatrix2014-10-021-48/+9
| |\ | | | | | | site language wasn't included in siteinfo/json
| | * query for statistics are now executed by pollerPaolo Tacconi2014-10-021-49/+9
| | |
| | * site language was left out of siteinfotuscanhobbit2014-10-011-0/+1
| | |
* | | rev updatefriendica2014-10-031-1/+4
| | |
* | | doc updatesfriendica2014-10-031-0/+71
|/ /
* / issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-021-2/+0
|/ | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* useless file: knownhubsPaolo Tacconi2014-09-301-22/+0
|
* added directory status to siteinfoPaolo Tacconi2014-09-301-1/+3
|
* Added mod returning a list of known hubs, for a lightweight hub crawlerPaolo Tacconi2014-09-301-0/+22
|
* Numbers shouldn't be stringsPaolo Tacconi2014-09-291-2/+2
|
* Allows extra content to be inserted at end of profile_photo page. Needed for ↵habeascodice2014-09-281-1/+3
| | | | openclipatar addon.
* Merge branch 'master' of https://github.com/friendica/redmarijus2014-09-281-2/+50
|\
| * Merge pull request #604 from tuscanhobbit/devRedMatrix2014-09-291-2/+50
| |\ | | | | | | Statistics copied into siteinfo/json
| | * added statistics to siteinfo jsontuscanhobbit2014-09-281-2/+50
| | |
* | | some more work on photosmarijus2014-09-281-2/+2
|/ /
* / provide backup copy of post for diaspora reshare and re-fetchfriendica2014-09-271-0/+52
|/
* some more work on photos - work in progressmarijus2014-09-261-9/+12
|
* optionally include wall items (posts) in import/exportfriendica2014-09-251-2/+55
|
* better way to deal with effective_uidfriendica2014-09-221-2/+2
|
* 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
|\