aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* The scenario is that you're authenticated via magic-auth on a remote hub and ↵friendica2014-02-101-3/+5
| | | | you change channels locally. Next time you start an auth exchange we'll look to see if your identity changed and we should start fresh if that's the case, rather than just falling through and keeping the old credentials.
* better bookmark escapingfriendica2014-02-101-2/+3
|
* don't add bookmark tags to naked links inside code blocksfriendica2014-02-101-0/+9
|
* perform remote discovery on abook sync of nomadic clones if remote channel ↵friendica2014-02-091-0/+27
| | | | (xchan) is unknown
* don't allow the browser to open uploaded html/css/jsfriendica2014-02-091-1/+12
|
* fix the "every other link gets messed up" problemfriendica2014-02-091-1/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2014-02-091-0/+4
|\
| * Add class to bookmark links to make it better them ableChristian Vogeley2014-02-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g.: css (not yet included) .bookmark-identifier{ display:none; } .bookmark:hover:before{ text-decoration:none; content:"#^"; color:#000000; background:#FFFFFF; } .bookmark:hover{ color: #FFFFFF; background: #3465A4; }
* | fix wall photosfriendica2014-02-091-0/+9
|/
* that's betterfriendica2014-02-081-0/+2
|
* Pass mids to conv_item templateThomas Willingham2014-02-081-0/+1
|
* create a new "subdued" CSS class for things that shouldn't be in your face ↵friendica2014-02-081-3/+3
| | | | unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
* Merge https://github.com/friendica/red into zpullfriendica2014-02-071-2/+2
|\
| * let oneself be added to a collection in exchange for deleted contactsmarijus2014-02-071-2/+2
| |
* | from olivier: use double quotes in js strings, updated FR translationfriendica2014-02-071-1/+2
|/ | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
* order menu_list by description, not namefriendica2014-02-071-1/+1
|
* To be listed as a public site, you need to be an https site with a valid ↵friendica2014-02-071-0/+11
| | | | cert. If you don't make the cut, you will either not be listed as a public site or you will be de-listed. Period. This is non-negotiable.
* extend the usermenu so we don't have to keep going back to channel homepage ↵friendica2014-02-061-3/+7
| | | | to get to the other channel links
* make all naked links bookmark-ablefriendica2014-02-061-1/+1
|
* apply service class restriction to the number of channels allowed in a ↵friendica2014-02-061-0/+11
| | | | chatroom at a time ('chatters_inroom'). If you've got a public site you probably want to restrict this.
* add bookmark tag to naked links if they're red sites. We can do this because ↵friendica2014-02-061-1/+1
| | | | red links are linkified when the post is submitted. Can't do this for other naked links because they only get linkified during display and won't have a taxonomy object attached to the message.
* notification bug - don't use $r, we already set it to something else that we ↵friendica2014-02-061-2/+4
| | | | need further on.
* add chatroom linksfriendica2014-02-051-0/+14
|
* allow bookmarks to use richtextfriendica2014-02-051-1/+4
|
* cleanup - nothing morefriendica2014-02-051-3/+3
|
* fix auto-add of bookmarks to find sender correctly and optionally auto add ↵friendica2014-02-051-4/+10
| | | | bookmarks for self
* Merge https://github.com/friendica/red into zpullfriendica2014-02-052-0/+59
|\
| * add a sanitized style tag to bbcodemarijus2014-02-052-0/+59
| |
* | This would be about the 75th attempt to try and prevent duplicated email ↵friendica2014-02-051-1/+10
|/ | | | notifications for comments. Eventually we'll find something that works.
* bookmarking bugfixfriendica2014-02-051-1/+1
|
* bookmark debug loggingfriendica2014-02-051-5/+3
|
* make links in comments bookmark-ablefriendica2014-02-042-1/+5
|
* bookmarks - mop up and go homefriendica2014-02-044-2/+20
|