aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | provide 'style' option to archive widget to choose between 'select' and ↵friendica2014-03-232-2/+10
|/ | | | 'list' format
* Add color picker to theme settingsChristian Vogeley2014-03-233-17/+37
|
* Merge pull request #375 from cvogeley/masterfriendica2014-03-231-3/+5
|\ | | | | Narrow navbar:Switch to bs default on small screens
| * Narrow navbar:Switch to bs default on small screensChristian Vogeley2014-03-221-3/+5
| |
* | use border-box for everythingmarijus2014-03-225-37/+27
| |
* | re-enable nav opacity and minor style.css cleanupmarijus2014-03-212-48/+3
| |
* | add expire setting, take out unknown mailers and max friend requests per day ↵friendica2014-03-191-2/+2
| | | | | | | | which aren't implemented
* | lesson learned.... dont fix anything on a mobile devicegit-marijus2014-03-191-2/+1
| |
* | this shouldnt be theregit-marijus2014-03-191-3/+1
| |
* | bootstrapify common tabs and make show aside/tabs buttons only appear if ↵marijus2014-03-197-40/+41
|/ | | | there is something to show
* Merge https://github.com/friendica/red into zpullfriendica2014-03-136-9/+25
|\
| * Merge branch 'master' of https://github.com/friendica/redmarijus2014-03-132-0/+8
| |\
| * | move region_1 to off instead of removing it and dont squelch region_2 when ↵marijus2014-03-136-9/+25
| | | | | | | | | | | | region_1 moves in again
* | | remove allowed friend domains and allowed email domains from admin settings ↵friendica2014-03-131-2/+0
| |/ |/| | | | | - as they are not implemented
* | Merge https://github.com/friendica/red into zpullfriendica2014-03-121-0/+3
|\ \
| * | Stick help in a templateThomas Willingham2014-03-121-0/+3
| |/
* / fix colors on input elements which bootstrap set to "inherit" and doesn't ↵friendica2014-03-121-0/+5
|/ | | | play nicely with dark themes.
* file had wrong extensionfriendica2014-03-112-7/+7
|
* update acl internal list whenever there is a change - the submit handler ↵friendica2014-03-111-10/+20
| | | | seems to be unreliable or is getting into a race condition.
* get rid of fancybox for photos upload, not just photo editfriendica2014-03-112-1/+6
|