aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* vsprintf error on updatefriendica2014-02-201-2/+2
|
* use the medium size photo on the nav bar if that photo stays larger, as the ↵friendica2014-02-201-1/+1
| | | | small one usually looks awful when you scale it up.
* believe i found the issue which was causing hundreds/thousands of identical ↵friendica2014-02-201-9/+12
| | | | hublocs to be created
* Merge pull request #322 from dawnbreak/masterfriendica2014-02-201-70/+126
|\ | | | | Doxygen include/attach.php
| * Doxygen include/attach.phpKlaus2014-02-191-70/+126
| | | | | | Some Doxygen as far as I understood and some styleguides.
* | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-182-1/+9
| | | | | | | | able to successfully authenticate (but is not necessarily in this network).
* | fix zrl bookmarks which broke with this checkin: c9192991c95a5145friendica2014-02-181-27/+6
| | | | | | | | | | | | It was documented that: Issues: Currently the order of HTML parameters in the text is somewhat rigid and inflexible. but as that was in a different function it was easy to overlook.
* | some more snakebite and fix up include/account - forgot about that inline ↵friendica2014-02-182-7/+10
| | | | | | | | array stuff
* | service class downgrade to the default service class on account expiration ↵friendica2014-02-182-10/+55
| | | | | | | | if using a non-default service class and account has expired.
* | edit bookmarksfriendica2014-02-181-1/+1
| |
* | get_theme_uid() - if no uid, look for a system channel and use that. This ↵friendica2014-02-171-0/+5
| | | | | | | | allows default theme/scheme tweaks at the server level.
* | snakebite, cont. magic-auth via openid is now possible, with the caveat that ↵friendica2014-02-171-1/+1
| | | | | | | | one needs a hand-crafted xchan at the moment to make use of it and if you wish to do so, there will be no assistance or help provided. The risk of system instability and mangled DBs now and going forward is significant if you try this.
* | operation snakebite continued. openid now works for local accounts using the ↵friendica2014-02-172-0/+14
| | | | | | | | rmagic module and after storing your openid in pconfig. This is just an interesting but trivial (in the bigger scheme of things) side effect of snakebite. The snake hasn't even waken up yet.
* | more snakebite stufffriendica2014-02-171-6/+7
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-02-171-84/+87
|\ \
| * | Merge pull request #319 from dawnbreak/masterfriendica2014-02-181-84/+87
| |\| | | | | | | Commenting language.php and some changes
| | * Commenting language.php and some changesKlaus2014-02-181-84/+87
| | | | | | | | | Some commenting for Doxygen, simplified detect_language() a bit, added a new function get_language_name() that I will use soon or can be used in general to display localized language names from language codes.
* | | project "snakebite"friendica2014-02-171-61/+70
|/ /
* | project "snakebite"friendica2014-02-172-7/+59
| |
* | Merge pull request #316 from dawnbreak/masterfriendica2014-02-172-21/+1
|\| | | | | Make asset icons work in subdir installs as well.
| * removed unused function posted_date_widgetKlaus2014-02-161-20/+0
| | | | | | This functions seems not to be used anywhere. include/widgets.php contains widget_archive($arr) which has the same functionality.
| * Make asset icons work in subdir installs as well.Klaus2014-02-151-1/+1
| | | | | | This should be the right way I guess, especially if red# is installed in a subdirectory. (untested)
* | several things were not working correctly w/r/t community tagging. The ↵friendica2014-02-162-5/+14
| | | | | | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
* | don't include deleted channels in number of channels service class checksfriendica2014-02-161-4/+8
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-02-161-0/+10
|\|
| * Fix call to asset icons in RedBrowser.Klaus2014-02-151-0/+10
| | | | | | RedBrowser was not displaying asset icons correctly, because the URL was wrong.
* | strip hard-wired zids from posted links as they will have the wrong identity ↵friendica2014-02-162-1/+15
|/ | | | when somebody tries to view the link
* fix tag delivery default permissions (use channel_allow_cid rather than ↵friendica2014-02-131-11/+11
| | | | allow_cid etc.)
* more debugging dav in windows, windows never forgets your dav credentials ↵friendica2014-02-131-0/+1
| | | | even if you get them wrong and even if you remove them from the credential vault. This makes it very difficult to manage two or more channels with file resources.
* reddav - disable assetsfriendica2014-02-131-1/+1
|
* oops - still using the !@#$ youtube bbcodesfriendica2014-02-121-29/+29
|
* remove some obsolete bbcode tagsfriendica2014-02-121-65/+30
|
* return the expected arrayfriendica2014-02-121-3/+3
|
* dont show onlinestatus if block_public is onmarijus2014-02-121-0/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2014-02-122-5/+7
|\
| * whitespacemarijus2014-02-121-3/+0
| |
| * make chatrooms in /chat/channel visible to observers aswellmarijus2014-02-122-5/+10
| |
* | another bbcode addition for the demo, however this one is potentially useful ↵friendica2014-02-121-0/+14
|/ | | | for other purposes
* bbcode element of where you are on a site. perhaps this is less than ↵friendica2014-02-121-1/+1
| | | | generally useful but I plan to use it in a demo video where there is no other way to accomplish this
* dav issue when listing protected contents from OS interfacefriendica2014-02-121-7/+26
|
* better auth logging in davfriendica2014-02-111-0/+12
|
* use profile photo on vcard before reverting to xchan photofriendica2014-02-112-2/+2
|
* fixes to thing profile assignmentsfriendica2014-02-111-1/+1
|
* move expiration of notifications to the equivalent of "cron daily" to try ↵friendica2014-02-111-9/+10
| | | | and reduce the number of things the poller has to do on every run.
* Merge https://github.com/friendica/red into zpullfriendica2014-02-111-1/+5
|\
| * Clear out old notifications in the poller.Thomas Willingham2014-02-111-1/+5
| |
* | implement a forced directory update mode where we unconditionally create a ↵friendica2014-02-114-14/+25
|/ | | | directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
* reversed args in update_modtime, incorrect ud_guid and ud_hashfriendica2014-02-104-5/+5
|
* Check for the correct DB name before pushing.friendica2014-02-101-1/+1
|
* add channel_notify_flags to list of things which should *not* be synced ↵friendica2014-02-101-1/+1
| | | | across nomads. You probably only want one site to send you notification emails for the same events as opposed to all of them.