Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip trying to come up with an intelligent way to decide what photos should ↵ | friendica | 2015-03-11 | 1 | -1/+1 |
| | | | | get a status post - leave it manual. | ||||
* | channel delegation | friendica | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | fix comanche regions after comanche refactor a few days ago | friendica | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | change default affinity (abook_closeness) to 80 for all new connections ↵ | friendica | 2015-03-08 | 1 | -1/+1 |
| | | | | going forward (was 99). This way it can be adjusted down later without requiring you to change all your existing connections upward (since your existing connections are likely all sitting at 99 at the moment). The default setting is also configurable with a pconfig system.new_abook_closeness | ||||
* | directory: fix public forum listing | friendica | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | reverse smilie storage also | friendica | 2015-03-06 | 1 | -1/+1 |
| | |||||
* | should be -ne | friendica | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | notes on what's needed to fix the queueing algorithms. | friendica | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | group/collection edit page cleanup | friendica | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | tagcloud tweaks | friendica | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | queue management actions. Still needs further work such as indication of ↵ | friendica | 2015-03-01 | 1 | -1/+1 |
| | | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries. | ||||
* | Fix a couple of places where we weren't checking for dead hublocs. Add a ↵ | friendica | 2015-02-27 | 1 | -1/+1 |
| | | | | function to mark a hubloc dead. | ||||
* | loop breaker | friendica | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | solve some (hopefully most) missing delivery issues | friendica | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | support rel=me on channel "homepage" url | friendica | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | new session functions | friendica | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | doc update | friendica | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | diaspora: move reshare encapsulation after tag parsing, since it seriously ↵ | friendica | 2015-02-19 | 1 | -1/+1 |
| | | | | screws up the tag parser and reshares end up with a lot of unlinked tags. | ||||
* | first step of theme separation. Only put redbasic under git control. Ignore ↵ | friendica | 2015-02-18 | 1 | -1/+1 |
| | | | | any other themes in view/theme . | ||||
* | make tag clouds honour the full permissions repertoire, not just yes/no ↵ | friendica | 2015-02-17 | 1 | -1/+1 |
| | | | | public/private, but who are you and what tags can you see | ||||
* | pubsites ratings (mod/pubsites really really needs to be templatised, this ↵ | friendica | 2015-02-16 | 1 | -1/+1 |
| | | | | was quick and dirty) | ||||
* | lost ability to delete events | friendica | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | failure to auto update comments if it's your own. | friendica | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | missing param | friendica | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | revup | friendica | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | cut/paste typo | friendica | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | fix for service_plink() after observing it in the wild | friendica | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | restrict "mark all events seen" to only the events that are presented in the ↵ | friendica | 2015-02-08 | 1 | -1/+1 |
| | | | | notification view. | ||||
* | get_rel_link broken - also weekly doc updates | friendica | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | author profile photo in reshare wasn't linked | friendica | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | first cut at rating widget. The flaw is that it is limited because it ↵ | friendica | 2015-02-04 | 1 | -1/+1 |
| | | | | requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories. | ||||
* | two tracks proceeding in parallel - first adding the ability to store a ↵ | friendica | 2015-02-01 | 1 | -1/+1 |
| | | | | digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory. | ||||
* | revup | friendica | 2015-01-31 | 1 | -1/+1 |
| | |||||
* | let zot_refresh continue without a primary hub if one cannot be found. also ↵ | friendica | 2015-01-30 | 1 | -1/+1 |
| | | | | weekly doc updates | ||||
* | implement diaspora profile message (oops) or updated profile photos won't be ↵ | friendica | 2015-01-29 | 1 | -1/+1 |
| | | | | updated | ||||
* | more minor tweaks to the route mismatch algorithm after watching it all day. | friendica | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | allow doc/help system to use subdirs | friendica | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | provide a json feed of search results | friendica | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | don't set a rating of 1 on old sites that report poco rating as an array. ↵ | friendica | 2015-01-25 | 1 | -1/+1 |
| | | | | Just set it to 0. It will be fixed whenever they upgrade. | ||||
* | doc updates | friendica | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | update V3 roadmap | friendica | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | get rid of really old poco records once weekly | friendica | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | put cloud back in get_cloudpath - just have to be careful where we use it. | friendica | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | mod_prep usability enhancements, doc updates | friendica | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | revup | friendica | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | honor disable_discover_tab in mod/home - it isn't a tab here but basically ↵ | friendica | 2015-01-14 | 1 | -1/+1 |
| | | | | block public content from showing if it's set. | ||||
* | double perms msg | friendica | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | revup | friendica | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | doc updates | friendica | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | include channel clones in PM deliveries (also some whitespace edits) | friendica | 2015-01-08 | 1 | -1/+1 |
| |