aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-032-4/+0
|\
| * Reviewed. This is OK.zotlabs2017-09-032-4/+0
| | | | | | | | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a.
* | this fixes an issue where in /channel/membername?mid=some_mid updates did ↵Mario Vavti2017-09-031-1/+1
| | | | | | | | not work when static updates were enabled. since in the current situation we always get a top-level-post mid, item_thread_top = 0 in the query will never return a result. change it to item_thread_top = 1
* | introduce item_normal_update(). the differnce to item_normal() is that we do ↵Mario Vavti2017-09-034-7/+11
| | | | | | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-022-0/+4
|\|
| * may be exploitable in current form - awaiting reviewzotlabs2017-09-022-0/+4
| |
* | add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-011-1/+1
| | | | | | | | notifications by a magnitude.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-09-011-0/+2
|\ \ | |/ |/|
| * Merge pull request #850 from anaqreon/docogit-marijus2017-09-011-0/+2
| |\ | | | | | | Fix the multiple table of content bug
| | * Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-08-273-5/+20
| | |\
| | * \ Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-08-251-18/+4
| | |\ \
| | * | | Removed duplicated table of contents (TOC) in Help pages by breaking ↵Andrew Manning2017-08-251-0/+2
| | | | | | | | | | | | | | | | | | | | hierarchical TOC loading.
* | | | | cut down on a few extraneous gprobe processeszotlabs2017-08-311-1/+1
| | | | |
* | | | | some changes after testing server-to-server magic authzotlabs2017-08-313-14/+25
| | | | |
* | | | | add server-to-server magic auth to dav and cdav controllerszotlabs2017-08-312-28/+119
| | | | |
* | | | | now letsencrypt is creating a .htaccess file with re-write rules which kills ↵zotlabs2017-08-311-0/+12
|/ / / / | | | | | | | | | | | | most of our .well-known routes
* | | | whitespacezotlabs2017-08-301-22/+19
| | | |
* | | | missing includezotlabs2017-08-301-0/+2
| | | |
* | | | some issues with mod_display on very first anonymous page visit (prior to ↵zotlabs2017-08-303-12/+12
| | | | | | | | | | | | | | | | any browser cookies being set)
* | | | issue with mentions and xchans with @ or /zotlabs2017-08-301-3/+1
| | | |
* | | | hubzilla issue #851zotlabs2017-08-291-1/+1
| | | |
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-291-3/+3
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-282-2/+43
| |\ \ \ \
| * | | | | rewrite comment form handlinggit-marijus2017-08-281-3/+3
| | |_|_|/ | |/| | |
* | | | | bring back nomadic locationszotlabs2017-08-291-0/+2
| | | | |
* | | | | add a noncezotlabs2017-08-291-0/+1
| | | | |
* | | | | fix category links in card bodieszotlabs2017-08-291-1/+10
| | | | |
* | | | | add reliable signatureszotlabs2017-08-291-1/+34
| | | | |
* | | | | use top level for verificationzotlabs2017-08-281-1/+1
| | | | |
* | | | | provide support for json-ld signatures ↵zotlabs2017-08-281-0/+81
| |/ / / |/| | | | | | | | | | | (https://w3c-dvcg.github.io/ld-signatures/)
* | | | AS2: recipient collectionzotlabs2017-08-271-1/+42
| | | |
* | | | fix card category widget links when a specific card is openedzotlabs2017-08-271-1/+1
|/ / /
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-243-21/+18
|\ \ \ | | |/ | |/|
| * | Merge pull request #849 from anaqreon/docogit-marijus2017-08-241-1/+4
| |\| | | | | | | Added language selector menu for Help pages
| | * Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-08-2417-29/+588
| | |\
| | * | Added language selector menu for Help pagesAndrew Manning2017-08-241-1/+4
| | | |
| * | | ditch discover tab in favour of the public stream appgit-marijus2017-08-241-18/+4
| | |/ | |/|
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-08-2417-29/+588
| |\ \ | | |/ | |/|
| * | Repaired and extended support for help page translations including table of ↵Andrew Manning2017-08-231-2/+10
| | | | | | | | | | | | contents files at the top level. Moved help module javascript to mod_help.js.
* | | fix title of edit card which showed up as 'edit block' due to copy/pastezotlabs2017-08-241-1/+1
| | |
* | | cards - change placeholdertext, separate from button textzotlabs2017-08-241-0/+2
| | |
* | | make cards searchablezotlabs2017-08-241-11/+13
| | |
* | | fix permalinks for card comments (send to parent url)zotlabs2017-08-241-0/+11
| |/ |/|
* | last remaining task in tasklist was not removed from view when 'completed'zotlabs2017-08-231-1/+2
| |
* | cards: make page load after comment postzotlabs2017-08-233-38/+49
| |
* | partial support (unfinished) for ajax loading cards with liveupdate; page ↵zotlabs2017-08-232-3/+41
| | | | | | | | still functions even though this isn't finished
* | oembed provider cleanup, add oembed to cardszotlabs2017-08-236-14/+139
| |
* | add new conv_sort optionzotlabs2017-08-231-1/+1
| |
* | fix permalink for cardszotlabs2017-08-231-0/+4
| |
* | cards: acl supportzotlabs2017-08-231-0/+1
| |