Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement time travelling posts | friendica | 2013-05-23 | 3 | -0/+20 |
| | |||||
* | make 90 the default closeness when humans are involved in the process | friendica | 2013-05-23 | 2 | -2/+2 |
| | |||||
* | didn't realise that collections (search by group) and search by contact ↵ | friendica | 2013-05-22 | 1 | -26/+26 |
| | | | | weren't working on the matrix/network page and had never been properly ported. They're now ported - whether or not they work is another matter. | ||||
* | first cut at generic item search | friendica | 2013-05-22 | 1 | -0/+222 |
| | |||||
* | and the obligatory typo | friendica | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | add api/red/channel/stream POST method (post_activity_item()), add ↵ | friendica | 2013-05-22 | 1 | -0/+12 |
| | | | | additional endpoint to channel export to api/red/channel/export/basic | ||||
* | add basic input filtering to the simple activity posting | friendica | 2013-05-22 | 3 | -8/+29 |
| | |||||
* | missing comma | friendica | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | improvements to post_activity_item() so that it does not behave differently ↵ | friendica | 2013-05-21 | 1 | -0/+13 |
| | | | | with delivery plugins than post_local via the API. | ||||
* | fix app display | friendica | 2013-05-21 | 2 | -2/+8 |
| | |||||
* | more permissions descriptive text to lessen confusion | friendica | 2013-05-21 | 5 | -6/+16 |
| | |||||
* | slight privacy tweaks | friendica | 2013-05-20 | 1 | -3/+3 |
| | |||||
* | add the "publish in directory" setting to the privacy macros | friendica | 2013-05-20 | 1 | -0/+12 |
| | |||||
* | privacy settings macros - the basics except for toggling "publish in ↵ | friendica | 2013-05-20 | 4 | -1/+93 |
| | | | | directory" which is rather hard because it's a custom on/off button and not a normal input thingy. | ||||
* | fix magic auth against orphaned duplicated hublocs | friendica | 2013-05-19 | 1 | -4/+4 |
| | |||||
* | some auto-friending cleanups | friendica | 2013-05-19 | 4 | -3/+12 |
| | |||||
* | typo in auto permissions | friendica | 2013-05-19 | 2 | -3/+6 |
| | |||||
* | issue with auto permissions | friendica | 2013-05-19 | 3 | -3/+11 |
| | |||||
* | issue with startpage plugin | friendica | 2013-05-18 | 1 | -0/+1 |
| | |||||
* | default page on login changed to matrix (/network) | friendica | 2013-05-18 | 1 | -2/+6 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-18 | 2 | -2/+2 |
|\ | |||||
| * | Merge pull request #54 from beardy-unixer/master | Thomas Willingham | 2013-05-17 | 2 | -2/+2 |
| |\ | | | | | | | Typo | ||||
| | * | Typo | Thomas Willingham | 2013-05-18 | 2 | -2/+2 |
| |/ | |||||
* / | doc update plus fix the "only to those in my address book" permission | friendica | 2013-05-18 | 36 | -254/+336 |
|/ | |||||
* | we don't need every hubloc for the site, only those that have different keys | friendica | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | extend delivery reports to mail | friendica | 2013-05-16 | 1 | -1/+11 |
| | |||||
* | allow multiple hublocs | friendica | 2013-05-16 | 1 | -2/+2 |
| | |||||
* | workarounds for people that re-install and end up polluting everybody's ↵ | friendica | 2013-05-16 | 3 | -7/+28 |
| | | | | databases with stale entries | ||||
* | update the really old sample config file | friendica | 2013-05-16 | 1 | -30/+21 |
| | |||||
* | if somebody changes the site url during setup - check if we can connect to ↵ | friendica | 2013-05-16 | 1 | -0/+12 |
| | | | | the new url e.g. it has a valid cert. | ||||
* | convert all the remaining email templates to smarty | friendica | 2013-05-16 | 9 | -52/+54 |
| | |||||
* | avoid field name conflict - even if disabled | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | update email template to smarty (several more to go) | friendica | 2013-05-15 | 1 | -5/+5 |
| | |||||
* | fix setting account_roles for admin account | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | fix intltext template driver | friendica | 2013-05-15 | 5 | -6/+21 |
| | |||||
* | fix intltext templates - maybe | friendica | 2013-05-15 | 3 | -33/+35 |
| | |||||
* | another typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | more setup work | friendica | 2013-05-15 | 1 | -3/+3 |
| | |||||
* | typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-15 | 1 | -1/+1 |
|\ | |||||
| * | Doco | Thomas Willingham | 2013-05-16 | 1 | -1/+1 |
| | | |||||
* | | add port settings to setup | friendica | 2013-05-15 | 4 | -2/+12 |
|/ | |||||
* | install issues | friendica | 2013-05-15 | 2 | -2/+2 |
| | |||||
* | Create a view/tpl/smarty3 folder so that we don't spit out errors from the ↵ | friendica | 2013-05-15 | 1 | -0/+4 |
| | | | | get-go. | ||||
* | add certificate check to setup | friendica | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | don't use permissions to block directory updates from happening. Use zfinger ↵ | friendica | 2013-05-15 | 1 | -6/+0 |
| | | | | to decide what to send. | ||||
* | tweaks | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-15 | 27 | -1233/+142 |
|\ | |||||
| * | Merge pull request #53 from beardy-unixer/master | friendica | 2013-05-14 | 27 | -1233/+142 |
| |\ | | | | | | | Doco | ||||
| | * | Another typo | Thomas Willingham | 2013-05-14 | 1 | -2/+2 |
| | | |