aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix filestorage spinnerMario Vavti2017-10-071-1/+1
|
* no need to move $modrated check upMario Vavti2017-10-062-3/+4
|
* to find out if a comment is to be moderated we need to look at the actual ↵Mario Vavti2017-10-061-2/+1
| | | | comment not at its parent
* enable anonymous comments also in /displayMario 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
* it is not your public stream -> just public streamMario Vavti2017-10-061-1/+1
|
* introduce public stream notificationsMario Vavti2017-10-063-6/+46
|
* changes to encryption encapsulation for zot6 (backward compatible)zotlabs2017-10-051-0/+4
|
* typozotlabs2017-10-051-1/+1
|
* Add JSalmon signing library for Zot6. See ↵zotlabs2017-10-051-0/+38
| | | | https://macgirvin.com/wiki/mike/Zot%2BVI/Encryption/Signatures
* add admin app - the site admin link probably does not belong in the ↵zotlabs2017-10-052-1/+7
| | | | 'usermenu' and this is a first step to straigtening out that historical mistake.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-051-2/+2
|\
| * fix wrong logic for enable/disable pubstream notificationsMario Vavti2017-10-051-2/+2
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-059-7/+35
| |\
* | | update some old spinners which were causing js issueszotlabs2017-10-055-14/+14
| | |
* | | Experimental alternate channel_menu navigation. To use, "util/config ↵zotlabs2017-10-054-5/+19
| | | | | | | | | | | | system.channel_menu 1"
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-0412-101/+177
|\| | | |/ |/|
| * introduce shared files notificationsMario Vavti2017-10-043-9/+50
| |
| * bring back notifications for account approvalsMario Vavti2017-10-044-4/+41
| |
| * some basic work on mod commonMario Vavti2017-10-032-27/+28
| |
| * move common connections widget to left asideMario Vavti2017-10-033-32/+17
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-034-54/+53
| |\
| * | fix community tags not preserved on post edit. issue #865Mario Vavti2017-10-021-1/+1
| | |
| * | whitespaceMario Vavti2017-10-021-3/+3
| | |
| * | wiki: show save button and commit input field in all tabs if there is ↵Mario Vavti2017-10-021-25/+37
| | | | | | | | | | | | unsaved content. fix #853
* | | redirect loop with rmagic and owazotlabs2017-10-042-2/+3
| | |
* | | wiki double encoding html entitieszotlabs2017-10-042-1/+3
| | |
* | | ensure we have an observer hashzotlabs2017-10-031-1/+1
| | |
* | | hubzilla issue #868zotlabs2017-10-032-0/+25
| | |
* | | wrong paramzotlabs2017-10-031-4/+4
| | |
* | | urlencode hashes from mod_aclzotlabs2017-10-032-3/+3
| | |
* | | don't use chanlink_url() for feed mentionszotlabs2017-10-031-1/+1
| |/ |/|
* | import: special handling required for channel photo in the xchan record when ↵zotlabs2017-10-021-14/+25
| | | | | | | | not seizing 'primary'
* | remove server role selection details from install documentation, no longer ↵zotlabs2017-10-021-30/+10
| | | | | | | | needed
* | Hubzilla issue #866 allow navbar to be used when cover photo is displayed - ↵zotlabs2017-10-021-1/+2
| | | | | | | | also scroll cover photo on keyup event.
* | Clone sync deletions to comments (which belong to you) on wall posts (which ↵zotlabs2017-10-021-9/+16
|/ | | | do not).
* profile photo propagation issue if the local xchan_photo_[l|m|s] fields were ↵zotlabs2017-10-011-2/+10
| | | | changed from the /photo/profile/l/n form to photo/[hash] form by a clone operation.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-015-24/+24
|\
| * Merge pull request #863 from mjfriaza/devgit-marijus2017-10-012-11/+11
| |\ | | | | | | Fixed some errors in the Spanish translation
| | * Fixed the Spanish translationManuel Jiménez Friaza2017-10-012-11/+11
| | |
| * | card_edit: fix lockstate and current permissions not handed over to editorMario Vavti2017-10-011-0/+2
| | |
| * | fix profile edit dropdown for multiple profilesMario Vavti2017-10-011-11/+9
| | |
| * | Update administrator_guide.mdAndrew Manning2017-09-301-2/+2
| | |
* | | use imagick converter for large photoszotlabs2017-09-303-2/+81
|/ /
* | remove double remote login button and slightly change appearenceMario Vavti2017-09-282-2/+2
| |
* | Merge pull request #860 from waitman/patch-2git-marijus2017-09-281-0/+1
|\ \ | | | | | | add remote login to login form
| * | add remote login to login formWaitman Gobble2017-09-181-0/+1
| | | | | | | | | This exists in nav login but not login.tpl
* | | Merge pull request #861 from waitman/patch-3git-marijus2017-09-281-0/+1
|\ \ \ | | | | | | | | add remote login to login.tpl