aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* query optimisations for notifications - use a specific index onlyMario Vavti2018-01-282-4/+10
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-281-3/+1
|\
| * registration testingzotlabs2018-01-271-3/+1
| |
| * typozotlabs2018-01-271-1/+1
| |
* | fix syntax errorMario Vavti2018-01-271-2/+2
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-273-6/+100
|\|
| * Usability improvements to registration/verification workflow. This requires ↵zotlabs2018-01-273-2/+90
| | | | | | | | additional testing.
| * Issue with configurable site age limit, vagueness when informing about email ↵zotlabs2018-01-261-4/+10
| | | | | | | | validation policy; added email validation resend ability and the option to input a verification code at a webpage though both require additional work to provide these abilities.
* | if startpage is /hq redirect all notifications links to /hq and minor ↵Mario Vavti2018-01-272-1/+4
|/ | | | notifications and hq fixes
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-245-57/+62
|\
| * some code cleanup and simplification in mod_likezotlabs2018-01-231-40/+41
| |
| * add units to csszotlabs2018-01-231-1/+1
| |
| * replace image cropping libraryzotlabs2018-01-232-14/+19
| |
| * siteinfo embellishmentszotlabs2018-01-221-1/+0
| |
| * hubzilla issue #920 - unable to delete permission groups with space in namezotlabs2018-01-221-2/+2
| |
* | implement caching of notifications in browser session storageMario Vavti2018-01-241-1/+1
|/
* Merge branch 'dev'zotlabs2018-01-221-1/+15
|\
| * better notifications for edit post/comments which may have been originally ↵zotlabs2018-01-221-1/+15
| | | | | | | | posted long ago
* | preserve reverse date sort in mod_search after changeszotlabs2018-01-211-1/+1
| |
* | mod_search: fix the group by messzotlabs2018-01-212-13/+14
|/
* remove deprecated 'qcomment' feature; unused since 2012zotlabs2018-01-182-6/+0
|
* simplify webserver logic flow, remove obsolete $a from routerzotlabs2018-01-182-34/+47
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-181-2/+2
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-184-6/+20
| |\
| * | raise the queue threshold default from 300 to 3000Mario Vavti2018-01-181-2/+2
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-162-1/+3
| |\ \
* | | | simplify interactions with the get_features hook by calling it before any ↵zotlabs2018-01-181-11/+11
| |_|/ |/| | | | | | | | filtering takes place
* | | provide local pubstream option (content from this site only).zotlabs2018-01-172-4/+15
| | |
* | | simplify dir_tagadelic dramaticallyzotlabs2018-01-171-1/+4
| | |
* | | use mid/parent_mid to trigger $top_level_postzotlabs2018-01-171-1/+1
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-153-3/+5
|\| | | |/ |/|
| * fix some regressions with permission rolesMario Vavti2018-01-152-2/+2
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2018-01-151-1/+3
| |\
| | * Added minimum registration age to /admin/site settings pageAndrew Manning2018-01-141-1/+3
| | |
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-142-2/+7
| | |\
* | | | surface the article featurezotlabs2018-01-152-1/+3
|/ / /
* | | move markdown-in-posts/comments feature to pluginzotlabs2018-01-141-8/+6
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-131-3/+3
|\| | | |/ |/|
| * update to bootstrap 4 beta3Mario Vavti2018-01-121-2/+2
| |
| * typoMario Vavti2018-01-121-1/+1
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2018-01-126-85/+232
| |\
| * | mod hq: stick to show latest unseen toplevel post on loadMario Vavti2018-01-121-2/+2
| | |
* | | cleanup of last fixzotlabs2018-01-132-2/+2
| | |
* | | unexpected openssl resultzotlabs2018-01-132-1/+2
| | |
* | | improve owa loggingzotlabs2018-01-131-1/+5
| |/ |/|
* | Merge pull request #951 from dawnbreak/docugit-marijus2018-01-126-85/+232
|\ \ | |/ |/| :bulb: Add source documentation from recent conversations.
| * :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-056-85/+232
| | | | | | | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-122-10/+22
|\ \
| * | expose settings for site sellpage and site locationzotlabs2018-01-111-0/+10
| | |
| * | OpenWebAuth: can fail after site re-installs; this may need to be pushed ↵zotlabs2018-01-111-10/+12
| | | | | | | | | | | | forward to master