Commit Graph
6592 Commits
Author SHA1 Message Date
zotlabs a92256e1cb legal_webbie() now provides different character rules depending on whether you federate or not. Added some comments in a few places that needed them. 2017-04-03 22:13:12 -07:00
zotlabs d6c23486d5 create site_store_lowlevel() to initialise data structures for the site table 2017-04-03 16:43:30 -07:00
zotlabs 26125bcf0b sql error photos_albums_list with non-logged-in viewer 2017-04-02 22:20:37 -07:00
zotlabs 263efbfe39 reference to deprecated function import_author_diaspora in socgraph.php 2017-04-02 21:49:50 -07:00
zotlabs 9a5ce2354d remove some obsolete permissions stuff 2017-04-02 20:51:40 -07:00
zotlabs af14020e42 change hook for perm_is_allowed while retaining backwards compatibility 2017-04-02 20:03:27 -07:00
zotlabs 4a49643bcd import_author_zot() - check for both hubloc and xchan entries. This should catch and repair entries which were subject to transient storage failures. 2017-04-02 19:46:20 -07:00
zotlabs 1a28fb2a0c logic error 2017-04-02 17:12:42 -07:00
zotlabs d985db60cc import authors from any unrecognised network as network 'unknown'. 2017-04-02 17:09:51 -07:00
zotlabs 044067f055 harden security 2017-04-02 16:40:36 -07:00
zotlabs 810d9e21bc use aes-ctr which is slightly/arguably better than a poke in the eye and don't restrict the crypto algorithm by server role. 2017-04-01 15:30:59 -07:00
zotlabs e79f450af9 aes256gcm is not ready for prime time. Stay tuned. Until it is, we're pretty much stuffed unless we go to 3rd party crypto libs. 2017-03-30 21:45:29 -07:00
zotlabs d1a018f2e8 whitespace 2017-03-30 21:04:55 -07:00
zotlabs 6118570118 make aes256gcm the primary crypto mode 2017-03-30 20:43:49 -07:00
zotlabs a9cceea850 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-03-30 16:10:59 -07:00
Klaus Weidenbach 2e2f984c45 Add some documentation for import functions. 2017-03-30 23:06:00 +02:00
zotlabs f43428aacf channel_store_lowlevel declared twice 2017-03-29 16:16:29 -07:00
zotlabs 2d4f84563b Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-03-29 16:11:50 -07:00
Mario Vavti 29c9972b86 missing closing bracket and semicolon 2017-03-29 15:19:54 +02:00
Mario Vavti 7033966bb8 create channel_store_lowlevel() 2017-03-29 15:16:41 +02:00
zotlabsandMario Vavti fe5f109af5 more cloud updates - upgrade the DAV structures as well. 2017-03-29 14:14:05 +02:00
zotlabsandMario Vavti f1da003020 some more photo issues 2017-03-29 14:13:10 +02:00
zotlabsandMario Vavti 9d0e2cbd89 more work on the photo album mess 2017-03-29 14:11:56 +02:00
zotlabsandMario Vavti 032b6f193d photos_album_exists() requires an observer to work correctly; provide it. 2017-03-29 14:11:22 +02:00
zotlabsandMario Vavti b03cd330e5 begin the process of using the relevant attach directory/path for photo albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact 2017-03-29 14:09:19 +02:00
zotlabsandMario Vavti 515f1e76b0 perform attach_upgrade() 2017-03-29 14:04:44 +02:00
zotlabsandMario Vavti 5915f31950 add function attach_syspaths to calculate the contents of os_path and display_path; add this to the rename function. We will also need it to populate existing file/photo structures as an upgrade task. 2017-03-29 13:57:15 +02:00
zotlabsandMario Vavti 8caa4d9e37 attach_folder_rpaths() providing incorrect results 2017-03-29 13:56:43 +02:00
zotlabsandMario Vavti d5525a38f1 various input filter fixes 2017-03-29 13:56:31 +02:00
zotlabsandMario Vavti e9a5af6109 simplify the message signing spaghetti 2017-03-29 13:50:27 +02:00
zotlabsandMario Vavti fd6b32758e namespace error 2017-03-29 13:47:24 +02:00
zotlabsandMario Vavti 4387fb715b ensure z_input_filter is called exactly once, since we now depend on the number of htmlspecialchars operations for
markdown content. Also ensure that the content is escaped the correct number of times on imported items.
2017-03-29 13:45:42 +02:00
zotlabsandMario Vavti fa5115b3ed add os_path and display_path to photos, fix some issues with multiple path separators after cloud/nickname in the content field of attach and photos 2017-03-29 13:44:17 +02:00
zotlabsandMario Vavti ec5e1067bc store os_path and display_path with files 2017-03-29 13:43:13 +02:00
zotlabsandMario Vavti fa629841bd input filter updates 2017-03-29 13:39:36 +02:00
zotlabsandMario Vavti 155b57c2de fix group by item query 2017-03-29 13:38:29 +02:00
zotlabsandMario Vavti 0f7832dc30 code_allowed is a real mess. Start the cleanup by remving the account level code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. 2017-03-29 13:32:23 +02:00
zotlabsandMario Vavti 6c92a240cc remove include/widgets.php 2017-03-29 12:04:44 +02:00
zotlabsandMario Vavti 0bad26e116 the rest of the standard widgets converted 2017-03-29 12:02:09 +02:00
zotlabsandMario Vavti 0908da9529 widgets cont. 2017-03-29 11:57:00 +02:00
zotlabsandMario Vavti 6e101e4582 widgets cont. 2017-03-29 11:50:52 +02:00
zotlabsandMario Vavti f60309efa1 more widget migrations 2017-03-29 11:50:03 +02:00
zotlabsandMario Vavti 47f4007951 more widgets 2017-03-29 11:49:32 +02:00
zotlabsandMario Vavti 17977effe7 more widgets 2017-03-29 11:48:35 +02:00
zotlabsandMario Vavti 477ed97c2f convert more widgets to classes 2017-03-29 11:47:58 +02:00
zotlabsandMario Vavti 755b751614 Comanche: allow widgets to be class based and stored appropriately in Zotlabs 2017-03-29 11:45:54 +02:00
zotlabs c5828fecc1 get rid of get_app() 2017-03-28 16:02:47 -07:00
zotlabs 3e6088c614 add 'author_is_pmable()' function with plugin hooks to control whether or not to display a 'send mail' link in the thread author menu. 2017-03-27 15:49:48 -07:00
zotlabs 8292553a20 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-03-27 14:11:25 -07:00
KlausandGitHub 6375401e0a Merge pull request #701 from dawnbreak/HTMLpurifier
HTMLPurifier library update
2017-03-27 21:39:02 +02:00