aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | re-enable nav opacity and minor style.css cleanupmarijus2014-03-212-48/+3
| | |
* | | improve curl error loggingfriendica2014-03-232-2/+4
|/ /
* | we don't allow forgeries to be received - save some bandwidth by not ↵friendica2014-03-211-0/+5
| | | | | | | | allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day.
* | doc updatefriendica2014-03-2125-617/+785
| |
* | found what I believe is the root cause of issue #230, but don't yet have a ↵friendica2014-03-201-13/+21
| | | | | | | | workable solution. This one is hard.
* | increase log info to track down source of ownership failuresfriendica2014-03-202-2/+2
| |
* | add expire setting, take out unknown mailers and max friend requests per day ↵friendica2014-03-192-2/+3
| | | | | | | | which aren't implemented
* | docofriendica2014-03-191-0/+1
| |
* | prune_hub_reinstalls() and add cron weekly as a side effectfriendica2014-03-193-1/+50
| |
* | 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
* | cleanupfriendica2014-03-184-27/+37
| |
* | oopsThomas Willingham2014-03-181-1/+1
| |
* | Missed oneThomas Willingham2014-03-181-2/+3
| |
* | sprintf errorfriendica2014-03-172-2/+2
| |
* | remove mysql dependencies from cache apifriendica2014-03-161-31/+16
| |
* | mail notification goes to old linkfriendica2014-03-161-1/+1
| |
* | little fixes of hopefully nil significancefriendica2014-03-166-18/+19
| |
* | this is the correct fixfriendica2014-03-161-2/+2
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-03-161-1/+2
|\ \
| * | Merge pull request #367 from cvogeley/masterfriendica2014-03-161-1/+2
| |\| | | | | | | API: statusnet_html:trim was trimming too much
| | * mergeChristian Vogeley2014-03-1534-9425/+7932
| | |\ | | |/ | |/|
| | * API: statusnet_html:trim was trimming too muchChristian Vogeley2014-03-151-1/+2
| | |
* | | doc updatefriendica2014-03-1675-866/+1665
|/ /
* | contact_block() not being shown to unauthenticated visitors - even if perms ↵friendica2014-03-132-4/+7
| | | | | | | | allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place.
* | Merge https://github.com/friendica/red into zpullfriendica2014-03-136-9/+25
|\ \
| * \ Merge branch 'master' of https://github.com/friendica/redmarijus2014-03-135-6/+18
| |\ \
| * | | 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-132-3/+1
| |/ / |/| | | | | | | | - as they are not implemented
* | | json_return_and_dir isn't a thingThomas Willingham2014-03-131-1/+1
| | |
* | | json_return_and_dir is a typofriendica2014-03-121-1/+1
| | |