aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #862 from waitman/patch-4git-marijus2017-09-281-1/+5
|\ | | | | prevent 'my_address' being set with bogus info
| * prevent 'my_address' being set with bogus infoWaitman Gobble2017-09-181-1/+5
| | | | | | After a user has authenticated, it is possible to set my_address in $_SESSION to 'anything' using zid= parameter in URL - if user is authenticated then zid is never set. This change kills the authenticated switch if a person sends a new zid through for processing, which will trigger remote authentication.
* | make justifiedGallery even more happyMario Vavti2017-09-271-1/+1
| |
* | whitespacezotlabs2017-09-251-2/+0
| |
* | move the Link header initialisation from Router (where it does not really ↵zotlabs2017-09-253-28/+33
| | | | | | | | belong) to Webserver, where we do similar module specific initialisations prior to calling Router->Dispatch()
* | typozotlabs2017-09-251-1/+1
| |
* | more zot6 basic stuffzotlabs2017-09-251-0/+7
| |
* | missing Zlib filezotlabs2017-09-241-0/+25
| |
* | handle jsonld parse errors and send them to the app log instead of the php log.zotlabs2017-09-241-1/+9
| |
* | tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-18/+21
| | | | | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti.
* | typozotlabs2017-09-241-1/+1
| |
* | For zot6, allow HTTP Signatures to be encrypted, as they may contain ↵zotlabs2017-09-241-6/+46
| | | | | | | | sensitive (envelope, metadata) information.
* | delivery report decryption is not needed for local deliveryzotlabs2017-09-211-19/+14
| |
* | encrypt delivery reports. This will cause a bit of consternation because ↵zotlabs2017-09-211-0/+1
| | | | | | | | this is not backward compatible and older sites will see some incorrect delivery reports from newer sites until the next upgrade; as their systems will not know how to read the ecnrypted final reports.
* | pubsites broken and directory server admin selection includes known dead siteszotlabs2017-09-212-2/+3
| |
* | log the lack of http sig infozotlabs2017-09-211-1/+3
| |
* | nav_set_selected() and minor whitespace for mod pubstreamMario Vavti2017-09-211-1/+3
| |
* | provide a space between link header paramszotlabs2017-09-201-1/+1
| |
* | change back to the ugly content-typezotlabs2017-09-201-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-202-2/+5
|\ \
| * | wiki: translateable strings and move page mimetype selector to options submenuMario Vavti2017-09-202-2/+5
| | |
* | | add more signature loggingzotlabs2017-09-202-2/+11
| | |
* | | we need this in the plugin, not in corezotlabs2017-09-201-0/+1
| | |
* | | add HTTP link header to channel page, making it pluggablezotlabs2017-09-201-0/+19
| | |
* | | fix namespace parsing issuezotlabs2017-09-201-5/+9
|/ /
* | use mimetype text description rather than technical name in dropdown ↵zotlabs2017-09-191-1/+2
| | | | | | | | choices, found bug in mimetype selection option code
* | use frozen jsonld contextszotlabs2017-09-192-6/+8
| |
* | perform caching of jsonld schemaszotlabs2017-09-191-0/+2
| |
* | turn common friends into a widgetzotlabs2017-09-192-1/+20
| |
* | call the follow_accept hook when desiredzotlabs2017-09-192-1/+5
| |
* | fix various wikipage widget issues (sort pages by name, respect locked mime ↵Mario2017-09-191-1/+8
| | | | | | | | type setting, move create tool back to the bottom)
* | fix permission_{accept, reject} hooks not being calledMario Vavti2017-09-191-1/+1
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-191-1/+7
|\ \
| * | create new hooks for permissions_accept and permissions_rejectzotlabs2017-09-181-1/+7
| |/
* / anonymous comments are not implemented for photos.Mario Vavti2017-09-181-3/+3
|/
* acl issue with some ActivityPub completionszotlabs2017-09-171-3/+8
|
* more mastodon testingzotlabs2017-09-171-1/+10
|
* wiki: update acl on child pages when wiki perms changezotlabs2017-09-161-0/+12
|
* wiki sync - we weren't getting the child pageszotlabs2017-09-161-0/+6
|
* wiki download: only include the latest page revisionzotlabs2017-09-161-1/+7
|
* set update_title to falseMario2017-09-151-0/+2
|
* implement wiki editingMario2017-09-152-20/+66
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-09-154-14/+56
|\
| * wiki: lock mimetypezotlabs2017-09-143-5/+20
| |
| * bring back wiki downloadzotlabs2017-09-142-7/+35
| |
* | some work on wiki aclgit-marijus2017-09-152-1/+50
|/
* add text/plain type to wikizotlabs2017-09-133-9/+19
|
* make wiki page mimetype default to wiki mimetype (this was the original ↵zotlabs2017-09-131-1/+1
| | | | intent but the wrong variable was used)
* more zot6zotlabs2017-09-132-2/+14
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-131-34/+38
|\