aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-0610-344/+415
|\ \
| * | Reworked the options on the profile edit page. In one words: buttons. Hope ↵Jeroen2014-08-064-24/+44
| | | | | | | | | | | | you liked it. Revert or fix if not. Also reworked the channels manage page a bit, because channel names where not readable with larger fonts. Not perfect yet, but now readable and I think better aligned. Also revert/fix if not good.
| * | update nlJeroen2014-08-066-320/+371
| | |
* | | update to-dofriendica2014-08-063-5/+1
|/ /
* | try to link this to page down as wellfriendica2014-08-051-1/+5
| |
* | minor stufffriendica2014-08-052-4/+0
| |
* | that went badlyfriendica2014-08-051-4/+6
| |
* | a bit of cleanup on directory autoscrollfriendica2014-08-052-4/+15
| |
* | scrolling directoryfriendica2014-08-054-7/+18
| |
* | add en-gb and en-au ('en-us' aka 'en' is the default language now so watch ↵friendica2014-08-0527-4797/+5709
| | | | | | | | out for words like colour and centralise and please use the US variants in translatable strings)
* | clone sync of "unfriend" actionsfriendica2014-08-053-69/+27
| |
* | bbcode sup and subfriendica2014-08-052-1/+8
| |
* | channel manage page - notification indicatorsfriendica2014-08-042-0/+8
| |
* | issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-044-12/+52
| |
* | backend for profile exportfriendica2014-08-042-1/+28
| |
* | add some notification counts to the structure passed to the "channel select" ↵friendica2014-08-031-1/+72
| | | | | | | | template (mod/manage). All it takes is to create an appropriate template to turn this page into a list with tallies of various notifications attached to each channel.
* | always provide 'name' on profile edit page (and profile name), regardless of ↵friendica2014-08-032-4/+3
| | | | | | | | any other allowed fields.
* | allow the PageDown key to trigger auto scroll - so if you use this key to ↵friendica2014-08-032-1/+14
| | | | | | | | page through the content you'll never reach the end (until you run out of content).
* | Let site admin choose what profile fields to support.friendica2014-08-023-40/+112
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-0216-5385/+5253
|\ \
| * | Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-015-4155/+3995
| | |
| * | Merge pull request #550 from tuscanhobbit/masterPaolo T2014-08-0111-1230/+1258
| |\| | | | | | | IT: updated strings
| | * IT: updated stringsPaolo Tacconi2014-08-0111-1230/+1258
| | |
* | | db tables for extensible profile fieldsfriendica2014-08-025-15/+59
|/ /
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-011-2/+2
|\ \
| * \ Merge branch 'master' of https://github.com/friendica/redJeroen2014-07-317-23/+25
| |\ \
| * | | Font sizes (temporary?) scaled down a bit. See ↵Jeroen2014-07-311-2/+2
| | | | | | | | | | | | | | | | https://github.com/friendica/red/commit/994b6b5258856a97cf6863de74e5a8baddf59b49
* | | | make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-016-325/+392
| | | |
* | | | doc updatesfriendica2014-08-0131-198/+238
| |/ / |/| |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-07-318-265/+250
|\| |
| * | nl: better translation hometownJeroen2014-07-302-5/+5
| | |
| * | update/upgrade nlJeroen2014-07-304-238/+226
| | |
| * | More doc updatesJeroen2014-07-304-24/+12
| | |
| * | Inserted text from Network Privacy (changed this to Identity Privacy)jeroenpraat2014-07-301-0/+9
| | |
* | | convert application strings to en-USfriendica2014-07-317-23/+25
|/ /
* | block channel removal for 48 hours after changing the account password, ↵friendica2014-07-295-4/+24
| | | | | | | | since the password is required to remove a channel. Somebody looking at an open session on somebody else's computer can simply change the password and then proceed to maliciously remove the channel. This change gives the owner 2 days to discover that something is wrong and recover his/her password and potentially save their channel from getting erased by the vandal. This is most likely to happen if a relationship has gone bad, or something incriminating was found in your private messages when you left your computer briefly unattended.
* | we didn't need the extra query - everything we require is already in memoryfriendica2014-07-291-37/+26
| |
* | implement the new friend activity post which has been missing for some time nowfriendica2014-07-292-10/+54
| |
* | sql errorfriendica2014-07-293-4/+6
| |
* | Stupid BluefishJeroen2014-07-291-1/+1
| |
* | As talked about earlier: set body font size to 0.8rem and post/comment font ↵Jeroen2014-07-293-10/+10
| | | | | | | | size to 1.0rem. This respects the user's browser font settings. Please comment if this changes the font sizes to much. There are some other font sizes that need to be changed to a scalable size (like btn-xs), but they don't have a priority. First see if this works. - Also made it possible for users to zoom on smart devices. - Small update to Redable. Aside is now disabled on almost all tablets in portrait mode.
* | Merge pull request #548 from tuscanhobbit/masterRedMatrix2014-07-292-0/+21
|\| | | | | Chatroom lines are deleted after a while or the chat becomes slow to load
| * deleted a command with debug codePaolo Tacconi2014-07-291-0/+1
| |
| * Chatroom lines are deleted after MAX_CHATROOM_HOURS or the chat becomes slow ↵Paolo Tacconi2014-07-292-0/+20
| | | | | | | | to load
* | derivative themes not loading parent theme includes when visiting /cloudfriendica2014-07-281-0/+11
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-07-282-3/+2
|\ \
| * | 14px>12pt as agreed on ↵Jeroen2014-07-282-3/+2
| | | | | | | | | | | | https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.
* | | Start of a comprehensive Privacy Policy documentfriendica2014-07-284-4/+72
|/ /
* | style the photo like buttonsfriendica2014-07-271-2/+2
| |
* | re-align the "remember me" button on login page after bootstrap updatefriendica2014-07-271-0/+2
| |