- 12 Jun, 2015 1 commit
-
-
mattl authored
-
- 07 Jun, 2015 2 commits
- 06 Jun, 2015 33 commits
-
-
mattl authored
Add subscribers as addressees to toselector Populate the dropdown recipient menu first with groups, then with followed users. There is no alphabetical sorting (perhaps to be added later?). See this discussion https://gnusocial.no/conversation/190705#notice-190705. Thanks to @chimo. Hope it is good now. See merge request !14
-
Chimo authored
-
aroquen authored
-
mattl authored
-
mattl authored
-
mattl authored
I ran: for i in `grep -R onPluginVersion...version plugins/|cut -d: -f1`; do sed -i '{ s/\(onPluginVersion(\)\(\&\$versions\)/\1array \2/ }' $i; done
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
Marcus Moeller authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
We're not all the way there yet, there is something which seems to bugger up profile discovery from their end.
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
Chimo authored
-
Chimo authored
-
mattl authored
-
mattl authored
-
mattl authored
We give this as a lowercase, sha256 hexadecimal digest of the string: TYPE + "." + BASE64(modulus as bytes) + "." + BASE64(exponent as bytes) Where TYPE in all our cases up until now at least are "RSA"
-
mattl authored
-
mattl authored
-
mattl authored
Only serve tagprofile HTML if we aren't POSTing via ajax This fixes an issue where POSTing the selftag form in the profile_block sidebar via AJAX would generate an XML response containing both the content from doPost() and showPage(), resulting in invalid XML. These changes make it so that if we're POSTing via AJAX, we serve content from doPost(), otherwise we serve showPage() but never both. See merge request !8
-
Chimo authored
This fixes an issue where POSTing the selftag form in the profile_block sidebar via AJAX would generate an XML response containing both the content from doPost() and showPage(), resulting in invalid XML. These changes make it so that if we're POSTing via AJAX, we serve content from doPost(), otherwise we serve showPage() but never both.
-
- 05 Jun, 2015 4 commits
-
-
mattl authored
Fix threaded replies floating Following Marcus fixes for neo-quitter, I think the floating of replies should be fixed directly in the base theme. What do you think? This issue affects all derived themes (although sometimes only marginally) see https://gnusocial.no/conversation/126588. These commits implement some of Marcus floating fixes directly in base plus the fav, reply icons are better aligned with the permalink and timestamp (notice-options change). See merge request !7
-
aroquen authored
-
aroquen authored
-