aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* couple of errant SQL queriesfriendica2013-12-051-2/+2
|
* remove some cruftfriendica2013-12-051-69/+5
|
* make some "selection-is-selected" classes work againfriendica2013-12-051-1/+1
|
* issue #224friendica2013-12-051-0/+6
|
* issue #225friendica2013-12-052-1/+3
|
* couple of additional checksfriendica2013-12-051-1/+12
|
* mod_authtest --- magic-auth diagnostic for those that are too freaking ↵friendica2013-12-053-9/+146
| | | | important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why.
* generate a small amount of entropy to avoid duplicate notifications from ↵friendica2013-12-041-2/+4
| | | | essentially simultaneous deliveries.
* add poco and follow to default xchan creationfriendica2013-12-041-1/+3
|
* include re-organisation and more doco, post_to_red fix ampersands in categoriesfriendica2013-12-043-32/+20
|
* add hooks to zot-finger and import_xchanfriendica2013-12-031-0/+1
|
* on successful magic-auth, put remote_service_class and remote_hub into the ↵friendica2013-12-031-4/+21
| | | | session
* reorganise a few included functions - notably identity related functionsfriendica2013-12-031-1/+0
|
* more work on magic-authfriendica2013-12-022-4/+17
|
* magic-auth re-factorfriendica2013-12-022-173/+122
|
* refactor magic-authfriendica2013-12-024-108/+10
|
* some work on events permissionsfriendica2013-12-011-6/+17
|
* get rid of deprecated post_url() functionfriendica2013-12-011-4/+8
|
* file corruptionfriendica2013-12-011-122/+0
|
* document the ping packet - and remove the ancient rusty brown square default ↵friendica2013-12-011-10/+165
| | | | profile photos.
* don't magic-auth against a deleted channelfriendica2013-12-011-9/+14
|
* magic auth fix plus docofriendica2013-12-011-2/+75
|
* zot documentation inline in the code where we need it most.friendica2013-12-011-0/+120
|
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-295-23/+68
|
* allow zot-info to return results for address= with webbies or naked nicknamesfriendica2013-11-291-1/+2
|
* make the template processor (e.g. replace_macros) pluggablefriendica2013-11-281-1/+1
|
* reduce the likelihood that a given channel will have 30-40 valid hublocs ↵friendica2013-11-271-1/+1
| | | | with the same hubloc_url.
* allow editing posts on connectors that support editsfriendica2013-11-261-1/+3
|
* sort out the preview iconsfriendica2013-11-251-1/+1
|
* wp-to-red: now supports editing, titles, and native permalinksfriendica2013-11-251-0/+13
|
* Merge pull request #214 from tuscanhobbit/masterfriendica2013-11-251-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 summarytuscanhobbit2013-11-241-3/+6
| |
* | Add some message_id meta information for wordpress posts so we'll know where ↵friendica2013-11-241-0/+10
|/ | | | to send comments
* a reference to account_id was missing in user admin tabletuscanhobbit2013-11-231-2/+3
|
* search should respect max items to load as wellmarijus2013-11-221-0/+2
|
* follow and accept_follow hooksfriendica2013-11-211-0/+8
|
* make default group for new connections workfriendica2013-11-211-0/+9
|
* white screenfriendica2013-11-211-7/+8
|
* mark hublocs with incorrect sitekeys deletedfriendica2013-11-211-0/+14
|
* Add #include mechanism for help pages - see the top of mod/help.php for detailsfriendica2013-11-211-0/+24
|
* mod/help - load Site.md (if it exists) before Home.md. Site.md will ↵friendica2013-11-211-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 ↵friendica2013-11-205-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 ↵friendica2013-11-181-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 - ↵friendica2013-11-181-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.friendica2013-11-181-0/+2
|
* to clarify the fact, we'll remove the line we no longer need instead of ↵friendica2013-11-181-1/+0
| | | | commenting it
* change the way magic-auth works - we rarely need a destination channel and ↵friendica2013-11-181-106/+105
| | | | | | if that channel has problems it shouldn't mess up authentication to the hub.
* magic auth issuesfriendica2013-11-172-4/+4
|
* pull in some posts when we first connect with a new channel (if allowed to) ↵friendica2013-11-173-10/+8
| | | | - if not allowed to, do it if that condition changes
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-173-2/+7
|