aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* cleanupfriendica2014-11-111-1/+1
|
* add some subtle delineation to directory entries, remove forced link on ↵friendica2014-11-112-1/+4
| | | | homepage element (SECURITY)
* some work on directory widgetsmarijus2014-11-116-57/+38
|
* tie the narrow nav-pills to .widget instead of asidemarijus2014-11-112-4/+5
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-11-101-1/+0
|\
| * Merge pull request #686 from beardy-unixer/masterRedMatrix2014-11-111-1/+0
| |\ | | | | | | Add a new theme flag - library. Not directly available to be used itsel...
| | * Add a new theme flag - library. Not directly available to be used itself butThomas Willingham2014-11-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installed as a lib for other themes. Like SDL, or GTK. Get rid of mobility - it's better done with Comanche and schemas. Describe themes instead of restricting them. Mobile themes can be used as the desktop theme and vice-versa. This deals with the problem of "but my device is something inbetween". Presently not exposed to members.
* | | issue #683 - don't linkify homepage field without validatingfriendica2014-11-101-1/+1
|/ /
* | indicate public forums in directory results (there will be some [possibly ↵friendica2014-11-101-0/+6
| | | | | | | | considerable] lag time before existing forums are correctly tagged).
* | class is a reserved wordfriendica2014-11-101-1/+1
|/
* menu page cleanupfriendica2014-11-092-1/+4
|
* Merge pull request #681 from pafcu/masterRedMatrix2014-11-093-50/+47
|\ | | | | New layout for directory
| * New layout for directoryStefan Parviainen2014-11-093-50/+47
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-0810-6230/+6460
|\ \
| * | prevent posting before acl got populated since this will disregard the ↵marijus2014-11-086-10/+11
| |/ | | | | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
| * Fix merge conflictStefan Parviainen2014-11-0831-5653/+5856
| |\
| | * update to German stringszottel2014-11-072-6218/+6443
| | |
| * | Highlight badge on hoverStefan Parviainen2014-11-081-0/+4
| | |
| * | Fix highlighting of login buttonStefan Parviainen2014-11-081-2/+2
| | |
* | | add acl loading fix to menu-item editsfriendica2014-11-081-1/+1
| |/ |/|
* | provide lockstate for photo editmarijus2014-11-071-1/+1
| |
* | fix nbsp tag typoes in french translationOlivier van Helden (hal)2014-11-072-6/+6
| |
* | Provide a way to mark photos as adult and hide them from the default album ↵friendica2014-11-061-1/+3
| | | | | | | | view. Still need a button or setting to enable "unsafe viewing". This has no effect anywhere but in the album views. They can still be viewed by flipping through the individual photos with 'prev' and 'next'. We probably need a comprehensive strategy for how to deal with n-s-f-w photos in albums so consider this a band-aid which requires additional work and integration with other facilities which access these photos. It is entirely optional.
* | crude skeleton for location manager and the UI sucks but at least it's on a ↵friendica2014-11-052-0/+29
| | | | | | | | webpage and you don't have to do it by hand.
* | Merge pull request #674 from pafcu/masterRedMatrix2014-11-061-1/+1
|\| | | | | Fix duplicate element id
| * Fix duplicate element idStefan Parviainen2014-11-051-1/+1
| |
* | release the navbar in landscape mode on small devicesmarijus2014-11-051-0/+7
| |
* | minor adjustments to make the form work as designedfriendica2014-11-041-6/+9
| |
* | ok heads up - potentially destabilising change. I've tried to sort out all ↵friendica2014-11-042-1/+4
| | | | | | | | | | | | | | | | | | | | the default connection permissions for those who don't have a predefined (or therefore have a "custom") permissions role. Unfortunately this includes most people that were using this software more than a month ago. The real changes are that the SELF address book entry no longer holds "auto-permissions" but instead holds your "default permissions" (if you have a pre-defined role, the defaults will be pulled from the role table). The auto permissions have moved to a pconfig (uid.system.autoperms). A DB update will move these settings into their new homes. What used to be the "Auto-permissions settings" page is now the "default permissions settings" page and a checkbox therein decides whether or not to apply the permissions automatically. A link to this page will only be shown when you have the "custom" role selected. With luck nobody will notice anything wrong. But at least for the next few days, please review permissions that have been assigned to new connections (either automatically or manually) and make sure they make sense (e.g. they aren't "nothing"). You still need to take action when seeing a message "permissions have changed but not yet submitted" as we always let you review and perhaps adjust the settings _before_ a connection is established (unless you have autoperms turned on).
* | configurable visual alerts/notificationsfriendica2014-11-042-1/+24
| |
* | class > id mixupmarijus2014-11-041-1/+1
| |
* | missing </div>marijus2014-11-041-2/+3
| |
* | posted-date-selector - spacing was slightly off in dropdown entriesfriendica2014-11-031-0/+4
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-033-86/+86
|\ \
| * | one </div> to much and css fixesmarijus2014-11-032-79/+79
| | |
| * | if deleting a photo go away to albummarijus2014-11-031-7/+7
| | |
* | | various UI issues related to having an enormous number of entries in the ↵friendica2014-11-031-1/+27
|/ / | | | | | | posted_date selector including years/months that had no posts
* | css fixesmarijus2014-11-025-23/+22
| |
* | even more photos workmarijus2014-11-015-149/+94
| |
* | close the eventual open tool if the other opensmarijus2014-11-011-2/+2
| |
* | do not reload page for photo uploadmarijus2014-10-318-31/+18
| |
* | Smarty3 now lives in storeThomas Willingham2014-10-311-4/+0
| |
* | more work on photo uploadmarijus2014-10-314-33/+36
| |
* | removing this was not a good idea...marijus2014-10-301-0/+4
| |
* | some work on photo uploadmarijus2014-10-306-61/+61
| |
* | change the way tagrm works to allow tag removal on the flymarijus2014-10-281-1/+1
| |
* | several unrelated things - auto_follow wasn't working for new accounts, ↵friendica2014-10-272-8/+21
| | | | | | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
* | do not reload page for edit album and some minor cleanupmarijus2014-10-276-30/+20
| |
* | update nl + Terms of Service more prominent in the help files.Jeroen2014-10-272-5927/+6130
| |
* | put privacy role selector in settings page. Change visibility of various ↵friendica2014-10-263-28/+38
| | | | | | | | permissions items accordingly.