aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* revise the sandboxfriendica2014-03-303-3/+3
|
* typofriendica2014-03-291-1/+1
|
* issue #384friendica2014-03-291-28/+35
|
* make the discover tab enabled by default the first you use the admin panel, ↵friendica2014-03-291-1/+1
| | | | though it will be disabled until you use the admin panel.
* Merge pull request #385 from solstag/masterRedMatrix2014-03-305-12/+18
|\ | | | | Let the site admin choose whether to display the Discover tab.
| * Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-305-12/+18
|/
* check that aside actually exists before querying the html lengthfriendica2014-03-293-3/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-281-1/+3
|\
| * Merge pull request #382 from git-marijus/masterRedMatrix2014-03-291-1/+3
| |\ | | | | | | provide some info to not local users
| | * provide some info to not local usersmarijus2014-03-281-1/+3
| |/
* / externals/discover: try up to 3 times to find a site that actually has ↵friendica2014-03-281-36/+41
|/ | | | content. Then give up until the next queue run.
* external -> discoverfriendica2014-03-281-1/+1
|
* another complication to deletionfriendica2014-03-281-3/+10
|
* fix delete missing permission checkfriendica2014-03-282-3/+8
|
* doc updatefriendica2014-03-2887-1829/+2251
|
* don't include standalone test sites in external host listfriendica2014-03-271-2/+3
|
* a few more delete fixesfriendica2014-03-271-3/+12
|
* try and sort out the item delete messfriendica2014-03-275-21/+88
|
* this should work a bit betterfriendica2014-03-271-3/+6
|
* change wording of new connection request notification settingfriendica2014-03-271-2/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-271-1/+1
|\
| * typoThomas Willingham2014-03-281-1/+1
| |
* | new connection notificationfriendica2014-03-273-4/+13
|/
* firehose: provide system prefs to allow folks to fine tune to their needsfriendica2014-03-272-3/+16
|
* this will probably fix the uploaded photo permission issue, if not it should ↵friendica2014-03-271-2/+2
| | | | be close
* Merge https://github.com/friendica/red into zpullfriendica2014-03-273-0/+35
|\
| * more css fixesmarijus2014-03-271-1/+16
| |
| * css fixesmarijus2014-03-273-0/+20
| |
* | firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-276-74/+82
|/ | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* add fh to other page templatesfriendica2014-03-273-0/+3
|
* link in the firehosefriendica2014-03-271-1/+14
|
* superfluous commafriendica2014-03-272-3/+2
|
* catch the "new" view as wellfriendica2014-03-261-3/+3
|
* firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵friendica2014-03-264-114/+22
| | | | purposes only
* need includefriendica2014-03-261-0/+2
|
* let's limit this to two weeks so it doesn't pound servers and waste too much ↵friendica2014-03-261-1/+1
| | | | space
* there's the problemfriendica2014-03-261-4/+5
|
* more work on firehosefriendica2014-03-266-10/+44
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-261-2/+1
|\
| * Spare / and an undeclared var in editwebpage.Thomas Willingham2014-03-261-2/+1
| |
* | add admin/channelsfriendica2014-03-265-10/+210
| |
* | allow zotfeed to create a firehose of a site.friendica2014-03-265-18/+43
|/
* 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.
* webfinger enhancements: per RFC7033friendica2014-03-252-5/+19
|
* This should be a slight improvement in setting ciphers - we'll punt on ↵friendica2014-03-255-18/+33
| | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
* Merge https://github.com/friendica/red into zpullfriendica2014-03-2537-60/+3275
|\
| * Merge pull request #377 from beardy-unixer/masterRedMatrix2014-03-261-1/+5
| |\ | | | | | | Fix wall photo uploads.
| | * Fix wall photo uploads.Thomas Willingham2014-03-251-1/+5
| | |
| * | Merge pull request #379 from cvogeley/masterRedMatrix2014-03-2628-1/+3249
| |\ \ | | | | | | | | Well, if you want to add a color picker it is indeed a good idea