aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* Maria's profile photo issue, please push to master.zotlabs2017-11-011-2/+8
|
* provide personal config for channel_menu; the site can set an initial ↵zotlabs2017-10-311-0/+3
| | | | site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config
* pdledit - show original/system layout text for comparisonzotlabs2017-10-311-2/+6
|
* add another delivery control parameter (force queue threshold)zotlabs2017-10-311-2/+5
|
* provide a 'tile' view (view only) mode to mod_cloudzotlabs2017-10-301-0/+17
|
* allow plugin class widgets, fix sql error in page modulezotlabs2017-10-291-1/+1
|
* fix "unstar"zotlabs2017-10-281-1/+1
|
* encrypt the owa tokenzotlabs2017-10-262-4/+13
|
* hubzilla issue #890, separate the pdl preview feature from the mod_page ↵zotlabs2017-10-251-7/+15
| | | | webpage query so that the webpage will always win if a webpage and pdl have the same name.
* comment out statistics link in mod pubsites until we have something ↵Mario Vavti2017-10-241-2/+2
| | | | functional again
* not sure when but the hcard went missing in webfingerzotlabs2017-10-231-0/+7
|
* mod_display: provide alternate serialisations (starting with atom)zotlabs2017-10-221-54/+113
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-223-35/+44
|\
| * do not show seen notifys in notifications - show them in mod notifications ↵Mario Vavti2017-10-222-35/+37
| | | | | | | | instead. Update notifications count also on notifications updates
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-203-51/+96
| |\
| * | Display different info message if using invite codeAndrew Manning2017-10-191-1/+5
| | |
* | | bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-221-37/+9
| |/ |/| | | | | work)
* | register workflow was getting over-ridden in include/securityzotlabs2017-10-192-5/+6
| |
* | table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-49/+90
|/
* redirect to be moderated items to /moderate and change the conv link to ↵Mario Vavti2017-10-192-5/+24
| | | | partent mid in /modrate
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-161-1/+1
|\
| * fix typos in commentFelix Wolfsteller2017-10-161-1/+1
| |
* | mod_register - don't re-use the password, force them to type it in twice ↵zotlabs2017-10-161-3/+3
|/ | | | each time unless their browser saves passwords.
* create an actual logout module instead of relying on internal variableszotlabs2017-10-121-0/+12
|
* nav_set_selected() for apps and apporder. restrict apporder to ↵Mario Vavti2017-10-112-19/+26
| | | | local_channel() and whitespace
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-101-5/+2
|\
| * remove notifications code from nav and go live with new notificationsMario Vavti2017-10-101-5/+2
| |
* | pdledit usability improvementszotlabs2017-10-101-3/+23
|/
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-0921-26/+23
| | | | app directly to get app details
* new notification changes - use sticky_kit instead of position fixedMario Vavti2017-10-091-2/+5
|
* more fixesMario Vavti2017-10-081-1/+1
|
* new notification fixesMario Vavti2017-10-081-1/+1
|
* pubstream single view fixesMario Vavti2017-10-071-3/+15
|
* provide single post view for pubstream and rewrite llink to point to ↵Mario Vavti2017-10-072-24/+45
| | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications
* no need to move $modrated check upMario Vavti2017-10-061-1/+1
|
* Revert "mod display: if we have a local channel we should still be allowed ↵Mario Vavti2017-10-061-2/+1
| | | | | | to see sys channel items" This reverts commit 27f83203531606f6dca99bc89f7cd31e5e296528.
* mod display: if we have a local channel we should still be allowed to see ↵Mario Vavti2017-10-061-1/+2
| | | | sys channel items
* introduce public stream notificationsMario Vavti2017-10-061-2/+36
|
* fix wrong logic for enable/disable pubstream notificationsMario Vavti2017-10-051-2/+2
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-054-4/+9
|\
| * redirect loop with rmagic and owazotlabs2017-10-042-2/+3
| |
| * hubzilla issue #868zotlabs2017-10-031-0/+4
| |
| * wrong paramzotlabs2017-10-031-4/+4
| |
| * urlencode hashes from mod_aclzotlabs2017-10-031-2/+2
| |
* | introduce shared files notificationsMario Vavti2017-10-041-1/+34
| |
* | bring back notifications for account approvalsMario Vavti2017-10-041-0/+24
| |
* | some basic work on mod commonMario Vavti2017-10-031-16/+15
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-032-23/+41
|\|
| * import: special handling required for channel photo in the xchan record when ↵zotlabs2017-10-021-14/+25
| | | | | | | | not seizing 'primary'
| * Clone sync deletions to comments (which belong to you) on wall posts (which ↵zotlabs2017-10-021-9/+16
| | | | | | | | do not).