aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* this is looking better, call the forum version of a tag "foobar network", ↵friendica2014-04-121-6/+1
| | | | besides altering the icon
* use icons for identificationfriendica2014-04-111-1/+6
|
* Merge pull request #405 from beardy-unixer/masterRedMatrix2014-04-121-1/+0
|\ | | | | A few little fixes
| * Never set background or color unless you set both. If this is neededThomas Willingham2014-04-111-1/+0
| | | | | | | | in future, it should probably be reimplmented with the class anyway.
* | bootstrapify aclselectormarijus2014-04-1110-156/+112
|/
* Merge pull request #403 from tuscanhobbit/masterPaolo T2014-04-112-1083/+1218
|\ | | | | IT: strings updated
| * IT: strings updatedPaolo Tacconi2014-04-112-1083/+1218
| |
* | push notes widget updates to channel clones on focusout (final save). Don't ↵friendica2014-04-101-3/+5
| | | | | | | | do this for the auto-save events (every ten seconds) which could generate superfluous network traffic.
* | improve the appearance of the ACL selector in a hackish way on the short term -friendica2014-04-092-4/+4
| | | | | | | | it really needs to be re-worked for bootstrap but in any event the words "show" and "don't show" make a mess of it. We should probably just use icons (with a bit of padding) that people can select with a touchscreen and reformat the box accordingly.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-04-0912-54/+44
|\ \
| * \ Merge pull request #399 from git-marijus/masterRedMatrix2014-04-1012-54/+44
| |\ \ | | | | | | | | change the way jot tools are displayed/hidden
| | * | use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵marijus2014-04-091-1/+1
| | | | | | | | | | | | | | | | editblock and editlayout which still depended on it.
| | * | replace lock icon with icon-{lock, unlock}marijus2014-04-0911-37/+19
| | | |
| | * | Merge branch 'master' of https://github.com/friendica/redmarijus2014-04-091-0/+1
| | |\ \
| | * | | whitespace cleanupmarijus2014-04-081-6/+6
| | | | |
| | * | | change the way jot tools are displayed/hiddenmarijus2014-04-082-14/+22
| | | | |
* | | | | issue #400 - lock not showing up for previews of private mentions (or ↵friendica2014-04-091-8/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | 'new/search' item view) also reformat the new/search template to pick up recent changes to conv_item.tpl
* | | | Correction for #401: Theme redbasic extended.sasiflo2014-04-101-1/+1
| | | | | | | | | | | | | | | | Use max-width instead of width to allow mobile devices to reflow the content.
* | | | Extended theme redbasic: Allow to center the content (aside + converse)sasiflo2014-04-094-15/+33
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Added an option to settings of redbasic theme. You are now able to activate centering the left aside and the conversion regions in the middle of the screen. This respects configuration of conversion region width and works without special actions for mobile devices. TODO: Find a way to handle conversion width given in percent.
* | | strip affinity tool labels on ultra-small screens; otherwise they just smush ↵friendica2014-04-081-0/+1
|/ / | | | | | | together
* | pass the original element title through the element stack so that it we ↵friendica2014-04-072-0/+8
| | | | | | | | don't lose it in the ajaxuploader.
* | convert /network saved search to bootstrap buttonsfriendica2014-04-071-1/+1
| |
* | subdue archived connections in mod/connectionsfriendica2014-04-062-1/+5
| |
* | better alignment of channels with long names on mod/connectionsfriendica2014-04-061-1/+2
| |
* | more work on #395friendica2014-04-063-1/+14
| |
* | jot and location style fixesmarijus2014-04-063-12/+3
| |
* | Hope I have repaired the channel admin page.sasiflo2014-04-063-15/+15
| | | | | | | | | | | | | | | | | | | | Channel blocking and deleting was copied from user actions. This was not done to an end. Hope what I do is enough to enable channel blocking and deleting the correct way. On deletion all entities that belong to the channel are deleted. But the channel itself is just marked as deleted. Do not really understand why it is done this way.
* | provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-052-1/+12
| | | | | | | | not yet work, so the functionality has not been enabled.
* | some work on jot, remove some deprecated js and some random style fixesmarijus2014-04-037-196/+96
| |
* | No empty stringsjeroenpraat2014-04-031-2/+0
| |
* | Update and fix dark schemejeroenpraat2014-04-031-5/+31
| | | | | | Updated the dark scheme as far as possible. Some items do not have a string, so they can't be themed. A dark derived theme would probably better.
* | removed default maximagesize - it can be set in the admin pages.friendica2014-04-021-4/+0
| |
* | snakebite: bring back some of the legacy XML discovery interfaces, update as ↵friendica2014-04-022-20/+2
| | | | | | | | required.
* | update pt-br translationAlexandre Hannud Abdo2014-04-012-1087/+1205
| |
* | save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-011-1/+16
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-03-301-1/+1
|\ \
| * | Default discover to on.Thomas Willingham2014-03-301-1/+1
| | |
* | | notes widget: jquery.live is deprecated, replacing with jquery.on and ↵friendica2014-03-301-1/+1
|/ / | | | | | | binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable.
* | Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-301-0/+1
| |
* | check that aside actually exists before querying the html lengthfriendica2014-03-291-1/+1
| |
* | more css fixesmarijus2014-03-271-1/+16
| |
* | css fixesmarijus2014-03-273-0/+20
| |
* | firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵friendica2014-03-261-0/+2
| | | | | | | | purposes only
* | add admin/channelsfriendica2014-03-262-0/+51
| |
* | improve scannability of content with per-item bottom border, but lighten the ↵friendica2014-03-252-2/+10
| | | | | | | | per-item borders considerably so it isn't in your face. This is an experiment based on sound principles, but I'm not a UI expert. If this uglifies it too much - please revert.
* | This should be a slight improvement in setting ciphers - we'll punt on ↵friendica2014-03-251-7/+0
| | | | | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
* | Merge pull request #379 from cvogeley/masterRedMatrix2014-03-261-1/+1
|\ \ | | | | | | Well, if you want to add a color picker it is indeed a good idea
| * | Well, if you want to add a color picker it is indeed a good ideaChristian Vogeley2014-03-251-1/+1
| | | | | | | | | | | | to include the color picker.
* | | fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-257-51/+14
| | | | | | | | | | | | certain conditions
* | | ssl ciphers - be liberal in what we accept, conservative in what we generatefriendica2014-03-241-0/+7
| | |