aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | use the same host macro for sender address as for reply_to addresszotlabs2017-03-211-2/+2
| | | | | | | | | | |
| * | | | | | | | | | begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-211-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | more markdown purificationzotlabs2017-03-211-5/+5
| | | | | | | | | | |
| * | | | | | | | | | perform attach_upgrade()zotlabs2017-03-201-0/+3
| | | | | | | | | | |
| * | | | | | | | | | after all of this, I would be very hesitant to use any multi-user system ↵zotlabs2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which uses markdown and which doesn't have a large security budget.
| * | | | | | | | | | even more fine tuning of the markdown purifier - especially when used with ↵zotlabs2017-03-203-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the wiki
| * | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-191-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into mergezotlabs2017-03-181-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | various input filter fixeszotlabs2017-03-1810-27/+77
| | | | | | | | | | | | |
| * | | | | | | | | | | | remove include/widgets.phpzotlabs2017-03-165-13/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | the rest of the standard widgets convertedzotlabs2017-03-1620-0/+860
| | | | | | | | | | | | |
| * | | | | | | | | | | | namespace errorzotlabs2017-03-161-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | widgets cont.zotlabs2017-03-159-0/+274
| | | | | | | | | | | | |
| * | | | | | | | | | | | widgets cont.zotlabs2017-03-159-0/+411
| | | | | | | | | | | | |
| * | | | | | | | | | | | more widget migrationszotlabs2017-03-154-0/+102
| | | | | | | | | | | | |
| * | | | | | | | | | | | more widgetszotlabs2017-03-153-0/+106
| | | | | | | | | | | | |
| * | | | | | | | | | | | filename issuezotlabs2017-03-151-0/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | more widgetszotlabs2017-03-153-0/+166
| | | | | | | | | | | | |
| * | | | | | | | | | | | convert more widgets to classeszotlabs2017-03-155-0/+166
| | | | | | | | | | | | |
| * | | | | | | | | | | | use absolute namespacezotlabs2017-03-151-1/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Comanche: allow widgets to be class based and stored appropriately in Zotlabszotlabs2017-03-152-0/+37
| | | | | | | | | | | | |
| * | | | | | | | | | | | more work related to attach/photo and os_path, display_path and general code ↵zotlabs2017-03-152-36/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup
| * | | | | | | | | | | | input filter updateszotlabs2017-03-144-46/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | class MarkdownSoap to safely store markdown by purifying and preserving ↵zotlabs2017-03-141-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (escaped) what may be unsafe code in codeblocks. The stored item needs to be unescaped just prior to calling the markdown-to-html processor
| * | | | | | | | | | | | code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-132-24/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | better handling of mimetype securityzotlabs2017-03-123-20/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | grrr. stop making branding assumptions.zotlabs2017-03-122-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'dev' into redzotlabs2017-03-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | one role.zotlabs2017-03-092-15/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | issue #827 provide backward compatibility for album links generated in ↵git-marijus2017-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | earlier times before the ambiguity of photo album names was solved. This may provide incorrect results if two or more photo albums with the same basename exist in different directories of the file tree; but there is no easy way to solve that ambiguity - which is why the link format changed.
* | | | | | | | | | | | | | rewrite wiki pages widget - no need for ajax on pageload, show the pages to ↵git-marijus2017-07-062-35/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not authenticated people.
* | | | | | | | | | | | | | fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵Mario Vavti2017-05-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case there are further issues we should probably also put a ob_end_clean() right before readfile()
* | | | | | | | | | | | | | abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented.
* | | | | | | | | | | | | | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵zotlabs2017-05-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but this prevents it from rendering
* | | | | | | | | | | | | | some styling for system notificationsMario Vavti2017-05-191-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Implemented switch statement logic in Comanche layout parser.root2017-05-171-1/+43
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Empty ACL should not result in no ACL when uploading a fileMario Vavti2017-05-121-4/+5
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | use correct data typezotlabs2017-05-101-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | zot protocol doco updateszotlabs2017-05-101-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | get rid of edit activitieszotlabs2017-05-081-1/+11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | cover photo was unintentionally disabled when block_public in effectzotlabs2017-05-081-3/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | markdown autolinks - hubzilla bug #752zotlabs2017-05-051-5/+12
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | add check for php zip extensionMario Vavti2017-05-031-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | :white_check_mark::bulb: Add Unit Tests for AccessList class.Klaus Weidenbach2017-05-011-30/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also some Doxygen docu for this class.
* | | | | | | | | | | | | use hostname, not urlzotlabs2017-05-011-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-05-012-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | local server bypass the network access and invoke zotfeed directly.
* | | | | | | | | | | | | more work on client side e2eezotlabs2017-05-011-1/+25
| | | | | | | | | | | | |
* | | | | | | | | | | | | issues from hubzilla:#737zotlabs2017-04-273-5/+16
| | | | | | | | | | | | |
* | | | | | | | | | | | | provide a broken feed as a separate modulezotlabs2017-04-263-2/+50
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | make mastodon happy argsMario Vavti2017-04-262-2/+2
| | | | | | | | | | | |