aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #561 from cvogeley/masterRedMatrix2014-08-151-0/+22
|\ | | | | Some work on account deletion
| * Some work on account deletionChristian Vogeley2014-08-141-0/+22
| |
* | Added some missing translation strings. Fixed to scalable for a few font sizes.Jeroen2014-08-141-2/+3
| |
* | update nlJeroen2014-08-142-6027/+5849
| |
* | some work on extended profile fieldsfriendica2014-08-131-0/+10
| |
* | this is better cross-browser supportmarijus2014-08-131-1/+3
| |
* | tweak .comment-edit-text-empty to correlate with the new default app font-sizemarijus2014-08-132-2/+2
| |
* | provide an expert option to opt out from user zoom on mobile devicesmarijus2014-08-132-1/+4
| |
* | Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-121-0/+13
|/ | | | chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over.
* update to German translationszottel2014-08-112-6028/+5850
|
* Some more buttons. Not ready yet. Changed in private message -submit- to ↵Jeroen2014-08-094-13/+17
| | | | -send-. Confusing in other language(s).
* update to German translationszottel2014-08-082-5514/+6199
|
* cleanup some text where we said "public" or "visible to anybody on the ↵friendica2014-08-072-5/+7
| | | | internet" when that isn't necessarily true.
* extra room for long names on mod_manage - stylise the forbidden sign a wee bitfriendica2014-08-061-1/+2
|
* max-width for small screensJeroen2014-08-061-1/+1
|
* 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
|
* 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-051-0/+6
|
* scrolling directoryfriendica2014-08-053-2/+10
|
* add en-gb and en-au ('en-us' aka 'en' is the default language now so watch ↵friendica2014-08-0525-1/+649
| | | | out for words like colour and centralise and please use the US variants in translatable strings)
* channel manage page - notification indicatorsfriendica2014-08-042-0/+8
|
* issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-041-1/+7
|
* always provide 'name' on profile edit page (and profile name), regardless of ↵friendica2014-08-031-2/+1
| | | | any other allowed fields.
* allow the PageDown key to trigger auto scroll - so if you use this key to ↵friendica2014-08-031-0/+13
| | | | 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-021-39/+62
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-0214-1576/+1587
|\
| * Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-013-346/+329
| |
| * 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-021-12/+6
|/ /
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-011-2/+2
|\ \
| * \ Merge branch 'master' of https://github.com/friendica/redJeroen2014-07-311-16/+16
| |\ \
| * | | 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-011-11/+30
| |/ / |/| |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-07-314-242/+230
|\| |
| * | nl: better translation hometownJeroen2014-07-302-5/+5
| | |
| * | update/upgrade nlJeroen2014-07-304-238/+226
| | |
* | | convert application strings to en-USfriendica2014-07-311-16/+16
|/ /
* | implement the new friend activity post which has been missing for some time nowfriendica2014-07-291-2/+2
| |
* | 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.
* | 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.
* | 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
| |
* | clear floats on photo page (footer content appearing on right of page ↵friendica2014-07-271-0/+2
| | | | | | | | instead of bottom)
* | Improved photo view page. Added a delete button, stylized other button and ↵Jeroen2014-07-275-13/+59
| | | | | | | | rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-07-251-0/+4
|\ \