aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into trinidadfriendica2015-01-015-28/+30
|\| |
| * | fix shares that are processed with markdown (regression, this was pulled ↵friendica2015-01-011-3/+5
| | | | | | | | | | | | from diaspora2bb a couple weeks back as it was affecting diaspora input, but here we're dealing with red input only)
| * | Merge pull request #805 from pafcu/moretplRedMatrix2015-01-023-12/+5
| |\ \ | | | | | | | | Move some HTML out to templates
| | * | Use grouped select field for role selectionStefan Parviainen2015-01-012-8/+3
| | | |
| | * | Use grouped select field for timezone selectionStefan Parviainen2015-01-012-4/+2
| | | |
| * | | Checkboxify yesno-fields, but use CSS to show them as switches in RedbasicStefan Parviainen2015-01-012-13/+20
| |/ /
* | | Merge branch 'master' into trinidadfriendica2014-12-304-5/+21
|\| |
| * | Merge pull request #797 from anaqreon/imagelinkRedMatrix2014-12-311-1/+8
| |\ \ | | | | | | | | Imagelink
| | * | Added url tag around image for inserted linksAndrew Manning2014-12-301-1/+8
| | | |
| * | | Merge pull request #791 from pafcu/notificationsRedMatrix2014-12-311-0/+5
| |\ \ \ | | |/ / | |/| | Improved notifications
| | * | Make showing wall posts, intros and private messages under Notices optionalStefan Parviainen2014-12-301-0/+5
| | | |
| * | | Merge pull request #793 from pafcu/filestorageurlfixpafcu2014-12-301-1/+5
| |\ \ \ | | | | | | | | | | Encode URL offered in filestorage. Fixes #780
| | * | | Encode URL offered in filestorage. Fixes #780Stefan Parviainen2014-12-301-1/+5
| | | | |
| * | | | Sort notificationsStefan Parviainen2014-12-301-2/+2
| |/ / /
| * | | fix recursive file permissionsmarijus2014-12-301-1/+1
| | | |
* | | | Merge branch 'master' into trinidadfriendica2014-12-293-15/+34
|\| | |
| * | | Merge pull request #789 from pafcu/chanmanRedMatrix2014-12-301-5/+2
| |\ \ \ | | |/ / | |/| | Don't show current channel separately in channel manager, highlight it i...
| | * | Don't show current channel separately in channel manager, highlight it insteadStefan Parviainen2014-12-291-5/+2
| | | |
| * | | filter posts you author from unseen notifications - note there are other ↵friendica2014-12-281-4/+9
| | | | | | | | | | | | | | | | ways to do this, but involve some code complexity. This is easier to implement but may have a slight impact on the ping query performance. It's not horrid, just mentioning for the record.
| * | | Merge pull request #772 from pafcu/chanmanRedMatrix2014-12-291-3/+10
| |\| | | | | | | | | | Some work on the channel manager
| | * | Allow quick access to mail and connections from Channel ManagerStefan Parviainen2014-12-271-2/+7
| | | |
| | * | Fix #771, add tooltips to mail and intros count in channel manager, always ↵Stefan Parviainen2014-12-271-1/+3
| | | | | | | | | | | | | | | | show counts (even when 0, makes it easier to understand what the icons are)
| * | | Merge pull request #769 from pafcu/profilesRedMatrix2014-12-291-4/+14
| |\ \ \ | | | | | | | | | | Redirect /profiles to default profile when multi_profiles is off. Fixes ...
| | * | | Redirect /profiles to default profile when multi_profiles is off. Fixes #768Stefan Parviainen2014-12-271-4/+14
| | |/ /
* | / / initial trinidad checkinfriendica2014-12-291-1/+1
|/ / /
* | / issue #777, make photo cache time configurable, read the comments.friendica2014-12-272-4/+17
| |/ |/|
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-12-261-3/+0
|\|
| * Cruft left over from stuff we don't have anymore.Thomas Willingham2014-12-261-3/+0
| |
* | doc updatefriendica2014-12-261-1/+1
|/
* Pass sitename to appsThomas Willingham2014-12-221-0/+1
|
* provide last successful poll run time (using relative time) in siteinfo so ↵friendica2014-12-211-1/+5
| | | | that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-12-211-1/+2
|\
| * files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-1/+2
| | | | | | | | progress...
* | fix double encoding of homepage in profile activity - not as ↵friendica2014-12-211-1/+1
|/ | | | straight-forward as it looked
* Access list of smilies over JSONStefan Parviainen2014-12-201-1/+13
|
* provide link to help for channel permission roles when creating a channelfriendica2014-12-191-0/+2
|
* incorrect check for sys ownershipfriendica2014-12-191-4/+5
|
* mod/import: try ten times to create a unique webbie if the chosen one is in use.friendica2014-12-181-3/+27
|
* fix some directory anomoliesfriendica2014-12-161-1/+1
|
* add divmore to directory entriesfriendica2014-12-161-1/+2
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-12-161-1/+1
|\
| * Minor docoThomas Willingham2014-12-161-1/+1
| |
* | edit and preview removed from additional features and turned into core ↵friendica2014-12-164-4/+4
|/ | | | functionality (always enabled).
* add Thomas's Diaspora repair script as include/fixd.php - altered so it can ↵friendica2014-12-161-5/+4
| | | | | | be re-run if necessary with a count of remaining hublocs to be fixed. Some sites are down so it probably can't ever get to zero. The check for a null join is quite an expensive query. It could block your DB for a couple minutes while it runs. Also some preliminary work on a means to take the channel module out of list/forum mode if a specific mid is requested.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-12-151-12/+27
|\
| * Issue #743Thomas Willingham2014-12-151-12/+27
| |
* | wall tagsfriendica2014-12-155-15/+33
|/
* Issue #739Thomas Willingham2014-12-131-1/+1
|
* Missing ''Thomas Willingham2014-12-101-1/+1
|
* Bring back 'no special theme for mobile'Thomas Willingham2014-12-101-6/+8
|