Commit Graph
20133 Commits
Author SHA1 Message Date
Mario Vavti dc2c6d00fe fix filestorage spinner 2017-10-07 12:34:43 +02:00
Mario Vavti e7c8012794 no need to move $modrated check up 2017-10-06 22:25:53 +02:00
Mario Vavti 9bd30eb8bf to find out if a comment is to be moderated we need to look at the actual comment not at its parent 2017-10-06 21:32:06 +02:00
Mario Vavti b883b9c983 enable anonymous comments also in /display 2017-10-06 21:30:44 +02:00
Mario Vavti 5468ebbb43 Revert "mod display: if we have a local channel we should still be allowed to see sys channel items"
This reverts commit 27f8320353.
2017-10-06 21:05:37 +02:00
Mario Vavti 27f8320353 mod display: if we have a local channel we should still be allowed to see sys channel items 2017-10-06 16:51:39 +02:00
Mario Vavti e15307747f it is not your public stream -> just public stream 2017-10-06 16:48:25 +02:00
Mario Vavti f427b4a325 introduce public stream notifications 2017-10-06 16:46:27 +02:00
zotlabs a6835f4e71 changes to encryption encapsulation for zot6 (backward compatible) 2017-10-05 23:01:42 -07:00
zotlabs 052ed1f88b typo 2017-10-05 22:01:45 -07:00
zotlabs 34a0ec4089 Add JSalmon signing library for Zot6. See https://macgirvin.com/wiki/mike/Zot%2BVI/Encryption/Signatures 2017-10-05 20:09:21 -07:00
zotlabs 2ed77b5986 add admin app - the site admin link probably does not belong in the 'usermenu' and this is a first step to straigtening out that historical mistake. 2017-10-05 19:51:00 -07:00
zotlabs d70e6f273b Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-10-05 19:24:16 -07:00
zotlabs 7c501ef60f update some old spinners which were causing js issues 2017-10-05 19:20:39 -07:00
zotlabs a0eb628526 Experimental alternate channel_menu navigation. To use, "util/config system.channel_menu 1" 2017-10-05 16:59:33 -07:00
Mario Vavti 0ddc3e4af2 fix wrong logic for enable/disable pubstream notifications 2017-10-05 21:42:25 +02:00
Mario Vavti 5be9477f21 Merge remote-tracking branch 'mike/master' into dev 2017-10-05 11:25:39 +02:00
zotlabs 4ab21edba8 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-10-04 19:37:50 -07:00
zotlabs 15b9a67c01 redirect loop with rmagic and owa 2017-10-04 18:51:37 -07:00
zotlabs 80ca99fe5b wiki double encoding html entities 2017-10-04 16:37:14 -07:00
Mario Vavti 6f88d5e92b introduce shared files notifications 2017-10-04 22:11:18 +02:00
Mario Vavti 295ed07d40 bring back notifications for account approvals 2017-10-04 13:37:17 +02:00
zotlabs d6b1eff70e ensure we have an observer hash 2017-10-03 17:05:32 -07:00
zotlabs 7fb02752de hubzilla issue #868 2017-10-03 17:03:24 -07:00
zotlabs d88d4b3c3a wrong param 2017-10-03 15:43:51 -07:00
zotlabs 58155864cb urlencode hashes from mod_acl 2017-10-03 15:36:56 -07:00
zotlabs 9cf9217686 don't use chanlink_url() for feed mentions 2017-10-03 15:27:26 -07:00
Mario Vavti fa93114804 some basic work on mod common 2017-10-03 11:37:45 +02:00
Mario Vavti 66511d8f07 move common connections widget to left aside 2017-10-03 10:53:08 +02:00
Mario Vavti f52e5d90b0 Merge remote-tracking branch 'mike/master' into dev 2017-10-03 09:40:51 +02:00
zotlabs f571b753b6 import: special handling required for channel photo in the xchan record when not seizing 'primary' 2017-10-02 20:27:04 -07:00
zotlabs 40e747ecde remove server role selection details from install documentation, no longer needed 2017-10-02 18:46:24 -07:00
zotlabs 9e24b28376 Hubzilla issue #866 allow navbar to be used when cover photo is displayed - also scroll cover photo on keyup event. 2017-10-02 17:57:46 -07:00
zotlabs 5abdee73ee Clone sync deletions to comments (which belong to you) on wall posts (which do not). 2017-10-02 16:26:33 -07:00
Mario Vavti c200808fbb fix community tags not preserved on post edit. issue #865 2017-10-02 12:54:25 +02:00
Mario Vavti 1f8b705a6a whitespace 2017-10-02 12:16:53 +02:00
Mario Vavti a3c2ef4084 wiki: show save button and commit input field in all tabs if there is unsaved content. fix #853 2017-10-02 12:11:52 +02:00
zotlabs 9dcbef4cb1 profile photo propagation issue if the local xchan_photo_[l|m|s] fields were changed from the /photo/profile/l/n form to photo/[hash] form by a clone operation. 2017-10-01 18:22:55 -07:00
zotlabs 8bd4e004ff Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-10-01 17:05:20 -07:00
git-marijusandGitHub f70d27b793 Merge pull request #863 from mjfriaza/dev
Fixed some errors in the Spanish translation
2017-10-01 22:49:41 +02:00
Mario Vavti 7c845aafa2 card_edit: fix lockstate and current permissions not handed over to editor 2017-10-01 22:46:35 +02:00
Manuel Jiménez Friaza 16b57a2b28 Fixed the Spanish translation 2017-10-01 13:12:09 +02:00
Mario Vavti 89457c8390 fix profile edit dropdown for multiple profiles 2017-10-01 10:24:33 +02:00
zotlabs ea4d1b5101 use imagick converter for large photos 2017-09-30 15:17:47 -07:00
Andrew ManningandGitHub dd38fad9ee Update administrator_guide.md 2017-09-30 09:44:40 -04:00
Mario Vavti bdecb61bfa remove double remote login button and slightly change appearence 2017-09-28 11:31:36 +02:00
git-marijusandGitHub c9231785ab Merge pull request #860 from waitman/patch-2
add remote login to login form
2017-09-28 11:02:23 +02:00
git-marijusandGitHub f79d5ec18e Merge pull request #861 from waitman/patch-3
add remote login to login.tpl
2017-09-28 11:01:46 +02:00
git-marijusandGitHub 98e0534984 Merge pull request #862 from waitman/patch-4
prevent 'my_address' being set with bogus info
2017-09-28 11:01:01 +02:00
zotlabs 617f2863c4 process activity deletes from OStatus which for whatever reason do not use the industry standard tombstone mechanism 2017-09-27 21:13:53 -07:00