aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | * | Well, if you want to add a color picker it is indeed a good ideaChristian Vogeley2014-03-2528-1/+3249
| | | | | | | | | | | | | | | | to include the color picker.
| * | | forgot to change one linemarijus2014-03-251-1/+1
| | | |
| * | | fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-258-57/+20
| | |/ | |/| | | | | | | certain conditions
* | | missed onefriendica2014-03-251-1/+0
| | |
* | | ensure wall_upload always has width and height if the image is validfriendica2014-03-252-2/+6
|/ /
* | this should improve queue performance dramatically.friendica2014-03-244-7/+15
| |
* | that should fix it.friendica2014-03-242-2/+7
| |
* | that didn't work out wellfriendica2014-03-241-2/+2
| |
* | ssl ciphers - be liberal in what we accept, conservative in what we generatefriendica2014-03-247-17/+42
| |
* | update widget docs with archive widget changesfriendica2014-03-231-0/+3
| |
* | don't allow normal channels to have the name 'sys'.friendica2014-03-231-0/+5
| |
* | make sure crypto is loaded before creating a keypairfriendica2014-03-231-0/+1
| |
* | cheange encode_item() logging to logger_data because it's way too noisy and ↵friendica2014-03-231-1/+1
| | | | | | | | had no loglevel set
* | create_sys_channel during setup bypasses our check when creating the first ↵friendica2014-03-232-0/+11
| | | | | | | | account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
* | photos upload - remove phantom duplicated blank album name from selection listfriendica2014-03-231-2/+1
| |
* | provide 'style' option to archive widget to choose between 'select' and ↵friendica2014-03-233-2/+12
| | | | | | | | 'list' format
* | report curl errors during install when they are most neededfriendica2014-03-231-0/+3
| |
* | add curl error text to mod/probe so we can remotely diagnose communication ↵friendica2014-03-232-2/+8
| | | | | | | | issues from other sites.
* | allow authtest to accept webbies as well as urls since I'm always trying to ↵friendica2014-03-231-0/+4
| | | | | | | | use the former and of course it always fails.
* | Merge pull request #376 from cvogeley/masterfriendica2014-03-243-17/+37
|\| | | | | Add color picker to theme settings
| * Add color picker to theme settingsChristian Vogeley2014-03-233-17/+37
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-03-238-90/+39
|\|
| * 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
| | |
| * | Merge pull request #374 from git-marijus/masterfriendica2014-03-231-1/+3
| |\ \ | | | | | | | | add width and height to uploaded photo body
| | * | add width and height to uploaded photo bodymarijus2014-03-221-1/+3
| |/ /
| * | use border-box for everythingmarijus2014-03-226-38/+28
| | |