Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | on successful magic-auth, put remote_service_class and remote_hub into the ↵ | friendica | 2013-12-03 | 1 | -4/+21 |
| | | | | session | ||||
* | reorganise a few included functions - notably identity related functions | friendica | 2013-12-03 | 1 | -1/+0 |
| | |||||
* | more work on magic-auth | friendica | 2013-12-02 | 2 | -4/+17 |
| | |||||
* | magic-auth re-factor | friendica | 2013-12-02 | 2 | -173/+122 |
| | |||||
* | refactor magic-auth | friendica | 2013-12-02 | 4 | -108/+10 |
| | |||||
* | some work on events permissions | friendica | 2013-12-01 | 1 | -6/+17 |
| | |||||
* | get rid of deprecated post_url() function | friendica | 2013-12-01 | 1 | -4/+8 |
| | |||||
* | file corruption | friendica | 2013-12-01 | 1 | -122/+0 |
| | |||||
* | document the ping packet - and remove the ancient rusty brown square default ↵ | friendica | 2013-12-01 | 1 | -10/+165 |
| | | | | profile photos. | ||||
* | don't magic-auth against a deleted channel | friendica | 2013-12-01 | 1 | -9/+14 |
| | |||||
* | magic auth fix plus doco | friendica | 2013-12-01 | 1 | -2/+75 |
| | |||||
* | zot documentation inline in the code where we need it most. | friendica | 2013-12-01 | 1 | -0/+120 |
| | |||||
* | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 5 | -23/+68 |
| | |||||
* | allow zot-info to return results for address= with webbies or naked nicknames | friendica | 2013-11-29 | 1 | -1/+2 |
| | |||||
* | make the template processor (e.g. replace_macros) pluggable | friendica | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | reduce the likelihood that a given channel will have 30-40 valid hublocs ↵ | friendica | 2013-11-27 | 1 | -1/+1 |
| | | | | with the same hubloc_url. | ||||
* | allow editing posts on connectors that support edits | friendica | 2013-11-26 | 1 | -1/+3 |
| | |||||
* | sort out the preview icons | friendica | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | wp-to-red: now supports editing, titles, and native permalinks | friendica | 2013-11-25 | 1 | -0/+13 |
| | |||||
* | Merge pull request #214 from tuscanhobbit/master | friendica | 2013-11-25 | 1 | -3/+6 |
|\ | | | | | admin user table now shows the channel list and ID, minor changes to admin summary table | ||||
| * | admin user table now shows the channel list, minor changes to summary | tuscanhobbit | 2013-11-24 | 1 | -3/+6 |
| | | |||||
* | | Add some message_id meta information for wordpress posts so we'll know where ↵ | friendica | 2013-11-24 | 1 | -0/+10 |
|/ | | | | to send comments | ||||
* | a reference to account_id was missing in user admin table | tuscanhobbit | 2013-11-23 | 1 | -2/+3 |
| | |||||
* | search should respect max items to load as well | marijus | 2013-11-22 | 1 | -0/+2 |
| | |||||
* | follow and accept_follow hooks | friendica | 2013-11-21 | 1 | -0/+8 |
| | |||||
* | make default group for new connections work | friendica | 2013-11-21 | 1 | -0/+9 |
| | |||||
* | white screen | friendica | 2013-11-21 | 1 | -7/+8 |
| | |||||
* | mark hublocs with incorrect sitekeys deleted | friendica | 2013-11-21 | 1 | -0/+14 |
| | |||||
* | Add #include mechanism for help pages - see the top of mod/help.php for details | friendica | 2013-11-21 | 1 | -0/+24 |
| | |||||
* | mod/help - load Site.md (if it exists) before Home.md. Site.md will ↵ | friendica | 2013-11-21 | 1 | -2/+6 |
| | | | | typically provide local resources. Site.md can either include the complete contents of Help.md or link to it, as you choose. | ||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 5 | -6/+14 |
| | | | | we can more easily retire 'aes256cbc' once it is no longer viable. | ||||
* | admin/users - add expiration date to table and ability to sort by reverse ↵ | friendica | 2013-11-18 | 1 | -20/+29 |
| | | | | expiration and also filter by service class through url options | ||||
* | resetting password tries to update email address even if it didn't change - ↵ | friendica | 2013-11-18 | 1 | -1/+1 |
| | | | | and if you've got the admin email this spits out a warning. | ||||
* | set a default value for $webbie - it's the right thing to do. | friendica | 2013-11-18 | 1 | -0/+2 |
| | |||||
* | to clarify the fact, we'll remove the line we no longer need instead of ↵ | friendica | 2013-11-18 | 1 | -1/+0 |
| | | | | commenting it | ||||
* | change the way magic-auth works - we rarely need a destination channel and ↵ | friendica | 2013-11-18 | 1 | -106/+105 |
| | | | | | | if that channel has problems it shouldn't mess up authentication to the hub. | ||||
* | magic auth issues | friendica | 2013-11-17 | 2 | -4/+4 |
| | |||||
* | pull in some posts when we first connect with a new channel (if allowed to) ↵ | friendica | 2013-11-17 | 3 | -10/+8 |
| | | | | - if not allowed to, do it if that condition changes | ||||
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 3 | -2/+7 |
| | |||||
* | more work on redmtx.com magic-auth situation | friendica | 2013-11-17 | 1 | -4/+22 |
| | |||||
* | implement admin remove account | friendica | 2013-11-17 | 1 | -3/+3 |
| | |||||
* | document extra features | friendica | 2013-11-17 | 1 | -2/+2 |
| | |||||
* | revert to prepare_page - but have it call prepare_body | friendica | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | allow rpost to set source app | friendica | 2013-11-15 | 1 | -0/+2 |
| | |||||
* | baby steps tring to get magix auth working for redmtx | friendica | 2013-11-14 | 1 | -4/+15 |
| | |||||
* | dirsearch and pubsites - force non-SSL sites to float to the bottom of the list | friendica | 2013-11-14 | 2 | -2/+10 |
| | |||||
* | making it less complicated to join | friendica | 2013-11-14 | 2 | -2/+3 |
| | |||||
* | define js profile_uid in photos module | friendica | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 1 | -1/+2 |
| | | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step. | ||||
* | acl in webpages and a couple of other little bits related to webpages - sort ↵ | friendica | 2013-11-14 | 3 | -18/+40 |
| | | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly |