aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* clean up account settingsMario Vavti2015-03-041-3/+2
|
* add the tag hijacking preference to Diaspora settingsfriendica2015-03-031-1/+7
|
* The never ending saga of parent = 0 bugs on Dreamhost.friendica2015-03-011-1/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-011-29/+31
|\
| * provide some more yes/no labelsMario Vavti2015-03-011-29/+31
| |
* | queue management actions. Still needs further work such as indication of ↵friendica2015-03-011-8/+31
|/ | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
* don't report already delivered queue items in admin queue summaryfriendica2015-02-261-1/+1
|
* high level queue inspector - needs a lot more, like the ability to dump ↵friendica2015-02-261-1/+25
| | | | certain destinations and indicating known dead sites, but this is a start
* solve some (hopefully most) missing delivery issuesfriendica2015-02-251-1/+1
|
* require access token to view, query, or join directories in private realms, ↵friendica2015-02-243-5/+41
| | | | if the realm is so configured.
* notes about private realm registrations and multiple primary directories.friendica2015-02-221-1/+13
|
* Merge pull request #908 from zzottel/masterRedMatrix2015-02-212-1/+7
|\ | | | | set html title to item title in channel/mid and display pages
| * correct indentzottel2015-02-201-2/+2
| |
| * show item title in channel/mid and display pageszottel2015-02-202-1/+7
| |
* | Merge pull request #907 from tuscanhobbit/devRedMatrix2015-02-211-1/+14
|\ \ | |/ |/| Added version tag to siteinfo/json
| * Fixes to version tag in siteinfo/jsonPaolo Tacconi2015-02-201-3/+3
| |
| * Added version tag to siteinfo/jsonPaolo Tacconi2015-02-201-1/+14
| |
* | INSTALL: 'store' is created during setup but not 'store/[data]/smarty3' and ↵friendica2015-02-191-1/+1
|/ | | | we explicitly check for the latter and report that it isn't there or isn't writable. Doh.
* The Diaspora communications policies allow comments to public posts ↵friendica2015-02-171-3/+22
| | | | literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page.
* bring back like/dislike summaries on photosfriendica2015-02-161-4/+20
|
* mopping up the public site ratingsfriendica2015-02-161-4/+4
|
* quick fix for photos page until calls to like_puller() are fixedfriendica2015-02-161-4/+4
|
* pubsites ratings (mod/pubsites really really needs to be templatised, this ↵friendica2015-02-162-4/+9
| | | | was quick and dirty)
* force site_url to be lowercase when stored. Otherwise rating hubs on ↵friendica2015-02-153-6/+20
| | | | postgres could get real messy.
* preparatory work for site ratingsfriendica2015-02-152-10/+23
|
* site firehosefriendica2015-02-151-3/+11
|
* taganyone wasn't workingfriendica2015-02-151-2/+5
|
* lost ability to delete eventsfriendica2015-02-152-1/+32
|
* failure to auto update comments if it's your own.friendica2015-02-142-6/+9
|
* issue #896friendica2015-02-121-1/+1
|
* typofriendica2015-02-122-1/+2
|
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-129-45/+21
| | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
* well that was certainly fun. And the reason why likes and other acitivity ↵friendica2015-02-111-1/+1
| | | | deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain.
* item voting toolsfriendica2015-02-102-1/+10
|
* improvements in duplicate like detection, especially w/r/t event participationfriendica2015-02-101-7/+28
|
* correct the object type if it isn't stored/linked to an item yetfriendica2015-02-101-1/+1
|
* more progress on event confirmationsfriendica2015-02-101-2/+20
|
* bring some styling back to the colorbox and improve the event preview abilityfriendica2015-02-091-0/+12
|
* event form - provide map ability for location field and add preview abilityfriendica2015-02-091-0/+9
|
* title missing sending to diaspora (which doesn't support titles but let's ↵friendica2015-02-091-1/+1
| | | | not go there).
* help text for the "adjust for viewer timezone" toggle switch since you ↵friendica2015-02-081-1/+1
| | | | apparently need an IQ of 230 or greater to be able to use it correctly.
* undo extra loggingfriendica2015-02-081-0/+1
|
* make default calendar view ambivalent to the state of the ignore flag.friendica2015-02-081-3/+2
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-081-1/+1
|\
| * revert to get_rel_link()marijus2015-02-061-1/+1
| |
* | restrict "mark all events seen" to only the events that are presented in the ↵friendica2015-02-081-2/+4
|/ | | | notification view.
* fix objurl until get_rel_link() gets sortedmarijus2015-02-061-1/+1
|
* style the checkboxes in the event formfriendica2015-02-051-1/+1
|
* event form cleanup backported from trinidad - still need to style the checkboxesfriendica2015-02-051-3/+4
|
* remote rating and addition of rate-me to channel profile sidebarfriendica2015-02-041-0/+158
|