Commit graph

2796 commits

Author SHA1 Message Date
friendica
cf3e6a34ae Merge pull request #214 from tuscanhobbit/master
admin user table now shows the channel list and ID, minor changes to admin summary table
2013-11-25 03:00:05 -08:00
friendica
c63a18a250 Add some message_id meta information for wordpress posts so we'll know where to send comments 2013-11-24 20:28:51 -08:00
tuscanhobbit
421cacfc8d admin user table now shows the channel list, minor changes to summary 2013-11-24 23:06:03 +01:00
tuscanhobbit
2e41777963 a reference to account_id was missing in user admin table 2013-11-23 19:46:07 +01:00
marijus
3a4c32475e search should respect max items to load as well 2013-11-22 14:17:47 +01:00
friendica
f2435ed4cd follow and accept_follow hooks 2013-11-21 17:49:14 -08:00
friendica
8cdbd0e2a6 make default group for new connections work 2013-11-21 17:31:37 -08:00
friendica
3e0ac769aa white screen 2013-11-21 17:23:14 -08:00
friendica
8f236771c6 mark hublocs with incorrect sitekeys deleted 2013-11-21 14:42:48 -08:00
friendica
7f4e4ab688 Add #include mechanism for help pages - see the top of mod/help.php for details 2013-11-21 14:41:31 -08:00
friendica
6ddb57e0da mod/help - load Site.md (if it exists) before Home.md. Site.md will typically provide local resources. Site.md can either include the complete contents of Help.md or link to it, as you choose. 2013-11-21 14:19:31 -08:00
friendica
d7ee552c57 Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable. 2013-11-20 15:20:12 -08:00
friendica
dc6cd8a701 admin/users - add expiration date to table and ability to sort by reverse expiration and also filter by service class through url options 2013-11-18 15:38:02 -08:00
friendica
fce5f2042d resetting password tries to update email address even if it didn't change - and if you've got the admin email this spits out a warning. 2013-11-18 14:06:34 -08:00
friendica
b1a4dc7d7e set a default value for $webbie - it's the right thing to do. 2013-11-18 01:00:04 -08:00
friendica
718f69c6fc to clarify the fact, we'll remove the line we no longer need instead of commenting it 2013-11-18 00:57:56 -08:00
friendica
fa8f26c544 change the way magic-auth works - we rarely need a destination channel and if that channel has problems
it shouldn't mess up authentication to the hub.
2013-11-18 00:55:41 -08:00
friendica
dd6c64f95a magic auth issues 2013-11-17 23:12:34 -08:00
friendica
13538cdd21 pull in some posts when we first connect with a new channel (if allowed to) - if not allowed to, do it if that condition changes 2013-11-17 19:22:24 -08:00
friendica
06e0272db8 populate some posts when somebody is granted "read stream" permission 2013-11-17 16:50:32 -08:00
friendica
28b0eb9c33 more work on redmtx.com magic-auth situation 2013-11-17 14:28:13 -08:00
friendica
bec85f1494 implement admin remove account 2013-11-17 13:54:43 -08:00
friendica
92f37fd0d5 document extra features 2013-11-17 01:10:46 -08:00
friendica
e8c9dafb90 revert to prepare_page - but have it call prepare_body 2013-11-15 15:32:26 -08:00
friendica
0b8c9654ea allow rpost to set source app 2013-11-15 03:10:00 -08:00
friendica
09d357ed47 baby steps tring to get magix auth working for redmtx 2013-11-14 19:23:56 -08:00
friendica
bf709d49ba dirsearch and pubsites - force non-SSL sites to float to the bottom of the list 2013-11-14 18:36:09 -08:00
friendica
512c52fbbd making it less complicated to join 2013-11-14 18:08:05 -08:00
friendica
c2274403c7 define js profile_uid in photos module 2013-11-14 15:53:31 -08:00
friendica
592c24e162 e2ee in comments and a bit of cleanup so not every theme has to define how 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. 2013-11-14 15:41:25 -08:00
friendica
49a392942c acl in webpages and a couple of other little bits related to webpages - sort the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly 2013-11-14 14:19:20 -08:00
friendica
ee629534d5 E2EE on private mail (also fixed autocomplete results dropdown for recipient which was positioned below the navbar instead of next to the recipient input box) 2013-11-13 23:10:29 -08:00
friendica
13fb987b04 some minor documentation updates and corrections 2013-11-13 16:30:20 -08:00
friendica
4e9103830c clicking on an event notification from somebody else should take you to view event - not edit event. Need to also check permissions on event module because reaching this form shouldn't have been possible without event write permissions. 2013-11-13 14:18:07 -08:00
friendica
251ba6db30 fix photo permissions on encrypted posts 2013-11-13 03:15:07 -08:00
friendica
be7e732391 fix forbidden photos and vcard photo template 2013-11-12 19:25:23 -08:00
friendica
c803f620e6 too many friendica references in the siteinfo panel 2013-11-12 18:47:55 -08:00
friendica
b26989bb65 removeme sort of works for a single channel - lots of loose ends to deal with but it's a start 2013-11-12 18:27:36 -08:00
friendica
b233166d20 fix editpost which showed an encrypt button but no other buttons 2013-11-11 00:35:33 -08:00
Thomas Willingham
888d7e05bf More safe search - since the default is one, toggle only works after
an initial xconfig is set - the first one will turn safe search on
(ie, do nothing from a users point of view).  Fix that.
2013-11-11 06:13:17 +00:00
Thomas Willingham
c8008039d8 When toggling safesearch, go back to the directory page, rather than the z_root by default. 2013-11-11 03:09:45 +00:00
friendica
e06b0aa767 Merge https://github.com/friendica/red into zpull
Conflicts:
	mod/directory.php
2013-11-09 12:14:06 -08:00
Thomas Willingham
8569fda732 Clean up 2013-11-09 18:45:52 +00:00
Thomas Willingham
7b29400c6c Bring safe search to the UI 2013-11-09 18:43:40 +00:00
Thomas Willingham
6f2163a08e Add a safesearch toggle 2013-11-09 18:13:08 +00:00
marijus
b2bb308e24 oups... should not do that... 2013-11-09 18:32:59 +01:00
marijus
3fbf78a859 fix directory leaking to ppl which aint got zot in searchbar-autocomplete if block_public is enabled 2013-11-09 17:56:19 +01:00
Thomas Willingham
420a80e8f3 Kill logging/comment 2013-11-09 15:38:24 +00:00
Thomas Willingham
c030330abc Fix safe search, and also make it an xconfig 2013-11-09 15:36:14 +00:00
friendica
cb37c0ce14 make PM expiry UI match the main post editor, e.g. JS input triggered by an icon rather than a scary looking text field 2013-11-07 15:30:59 -08:00