aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #778 from pafcu/loginredirRedMatrix2014-12-291-1/+1
|\ | | | | Redirect to login page on failed login. Fixes #628
| * Redirect to login page on failed login. Fixes #628Stefan Parviainen2014-12-281-1/+1
| |
* | Merge pull request #772 from pafcu/chanmanRedMatrix2014-12-292-4/+11
|\ \ | | | | | | Some work on the channel manager
| * | Allow quick access to mail and connections from Channel ManagerStefan Parviainen2014-12-272-3/+8
| | |
| * | Fix #771, add tooltips to mail and intros count in channel manager, always ↵Stefan Parviainen2014-12-272-2/+4
| | | | | | | | | | | | show counts (even when 0, makes it easier to understand what the icons are)
* | | Merge pull request #770 from pafcu/appsRedMatrix2014-12-296-3/+2
|\ \ \ | | | | | | | | More work on app icons
| * | | New icons for profile, random profile and profile photoStefan Parviainen2014-12-274-2/+2
| | | |
| * | | Show bug reporting app to visitorsStefan Parviainen2014-12-271-1/+0
| | | |
| * | | New icon for language selectionStefan Parviainen2014-12-271-0/+0
| | | |
* | | | 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
| | |/ / | |/| |
* | | | more files css fixesmarijus2014-12-283-3/+9
| | | |
* | | | files css fixesmarijus2014-12-282-3/+6
| | | |
* | | | more work on filesmarijus2014-12-285-66/+97
| | | |
* | | | Merge pull request #781 from pafcu/docfixpafcu2014-12-281-0/+3
|\ \ \ \ | | | | | | | | | | Document photo_cache_time setting
| * | | | Document photo_cache_time settingStefan Parviainen2014-12-281-0/+3
|/ / / /
* | | | Merge pull request #779 from pafcu/audiopafcu2014-12-281-2/+2
|\ \ \ \ | | | | | | | | | | Make spaces work in [audio] and [video]. Fixes #774
| * | | | Fix typoStefan Parviainen2014-12-281-1/+1
| | | | |
| * | | | Make spaces work in [audio] and [video]. Fixes #774Stefan Parviainen2014-12-281-2/+2
| | |_|/ | |/| |
* | | | issue #777, make photo cache time configurable, read the comments.friendica2014-12-272-4/+17
| | | |
* | | | revupfriendica2014-12-271-1/+1
| | | |
* | | | some more mime-type -> icon for filebrowsermarijus2014-12-271-2/+13
|/ / /
* | | more work on filesmarijus2014-12-275-48/+96
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-12-2624-5/+1
|\ \ \
| * \ \ Merge pull request #767 from pafcu/appsRedMatrix2014-12-2722-0/+0
| |\ \ \ | | | |/ | | |/| Use Tango-based app icons
| | * | Make poke icon hand non-transparentStefan Parviainen2014-12-261-0/+0
| | | |
| | * | Use Tango-based app iconsStefan Parviainen2014-12-2622-0/+0
| | |/
| * | Merge pull request #766 from pafcu/autocompleteRedMatrix2014-12-271-2/+1
| |\ \ | | |/ | |/| Fix regex in contact autocomplete
| | * Fix regex in contact autocompleteStefan Parviainen2014-12-241-2/+1
| | |
| * | Cruft left over from stuff we don't have anymore.Thomas Willingham2014-12-261-3/+0
| | |
* | | doc updatefriendica2014-12-2635-655/+732
| | |
* | | change PERMS_CONTACTS to PERMS_SPECIFIC in permission roles so that ↵friendica2014-12-261-53/+53
|/ / | | | | | | individual connections can be revoked instead of this being inherited and un-changeable
* | document the new inline map codesfriendica2014-12-231-0/+8
| |
* | cleanup bb2diaspora - was getting cruftyfriendica2014-12-232-21/+1
| |
* | diaspora formatting improvements (getting too many xx-large posts)friendica2014-12-221-4/+6
| |
* | some improvements in api direct messagesfriendica2014-12-221-4/+9
| |
* | direct messages in api have some issues, not properly ported from friendica ↵friendica2014-12-222-10/+12
| | | | | | | | | | | | originally. Here's a start. I think at best they may return encrypted gibberish currently, but let's work through them one at a time.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-12-2210-42/+60
|\ \
| * \ Merge pull request #760 from pafcu/appsRedMatrix2014-12-2310-42/+60
| |\ \ | | | | | | | | Some apps changes
| | * | Move app icon centering to style.cssStefan Parviainen2014-12-222-1/+9
| | | |
| | * | Option to check that a random profile works before returning itStefan Parviainen2014-12-222-24/+46
| | | |
| | * | Remove unused apps.tplStefan Parviainen2014-12-221-11/+0
| | | |
| | * | Center app namesStefan Parviainen2014-12-222-3/+2
| | | |
| | * | Rename some apps, fix webpages requiresStefan Parviainen2014-12-225-5/+5
| | | |
* | | | add example to scriptfriendica2014-12-221-1/+59
|/ / /
* | | basic ical parserfriendica2014-12-221-0/+321
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-12-224-85/+64
|\ \ \
| * | | Merge pull request #759 from pafcu/appsRedMatrix2014-12-231-54/+59
| |\| | | | | | | | | | Fix feature check in apps (missing parenthesis), allow multiple requires...
| | * | Fix feature check in apps (missing parenthesis), allow multiple requires ↵Stefan Parviainen2014-12-221-54/+59
| | | | | | | | | | | | | | | | (comma separated)
| * | | Merge pull request #758 from pafcu/autocompleteRedMatrix2014-12-232-31/+4
| |\ \ \ | | | |/ | | |/| Show autocomplete taggable with special color