aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into oauth2Andrew Manning2018-03-1012-191/+245
|\
| * Merge pull request #994 from Reylak/devgit-marijus2018-03-091-15/+30
| |\ | | | | | | RedBasic theme dark schema update
| | * Uniformize title input with other input fieldsMathieu "Matbac" Bacou2018-03-081-0/+4
| | | | | | | | | | | | Add rounded corners to mimic categories input field and main text area.
| | * Remove useless background spec for category fieldMathieu "Matbac" Bacou2018-03-081-1/+0
| | |
| | * Fix background of tags fieldMathieu "Matbac" Bacou2018-03-081-15/+23
| | |
| | * Fix code background in wiki pagesMathieu "Thrar" Bacou2018-03-081-0/+4
| | | | | | | | | | | | Fix needed after commit c444e40c016c0faaec604335093b19661b3585b7
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-092-2/+2
| |\ \ | | |/ | |/|
| | * notifications-btn-1 does not actually require the text-white class and this ↵zotlabs2018-03-082-2/+2
| | | | | | | | | | | | is known to cause issues on dark themes
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-081-1/+15
| |\|
| | * hashtag autocompletezotlabs2018-03-071-1/+15
| | |
| * | we need the javascript in the template since strings are involvedMario Vavti2018-03-074-162/+169
| | |
| * | more bootstrap accordion fixesMario Vavti2018-03-072-10/+10
| | |
| * | we do not support separate mobile themes anymoreMario Vavti2018-03-071-1/+1
| |/
| * Improve rendering of Readme files in plugin settingsAndrew Manning2018-03-051-0/+18
| |
* | Merge branch 'dev' into oauth2Andrew Manning2018-03-056-1468/+1809
|\|
| * add pdl file for mod moderateMario Vavti2018-03-051-0/+4
| |
| * fix javascript error if there are no notificationsMario Vavti2018-03-051-2/+1
| |
| * update redbasic theme screenshotMario Vavti2018-03-052-0/+0
| |
| * Update DE translation stringsphellmes2018-03-052-1466/+1804
| |
* | Merge branch 'dev' into oauth2Andrew Manning2018-03-0466-1438/+1860
|\|
| * add dummy f= arg to suggestion urls, use directory version of suggest for ↵zotlabs2018-03-031-1/+1
| | | | | | | | newmember link instead of the suggest module as the UI is prettier.
| * There was no pdl for mod_thing; add one because it's only a link away from ↵zotlabs2018-03-031-0/+7
| | | | | | | | profile creation and remains on that page until you go elsewhere and new members may need help to find their way out
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-03-023-1412/+1748
| |\
| | * Merge pull request #985 from mjfriaza/devgit-marijus2018-03-023-1412/+1748
| | |\ | | | | | | | | Updated Spanish translation (hmessages.po/php and register_verify_member.tpl).
| | | * New strings for Spanish translation.Manuel Jiménez Friaza2018-03-022-169/+257
| | | |
| | | * Updated Spanish translation (hmessages.po/php and register_verify_member.tpl).Manuel Jiménez Friaza2018-03-013-1358/+1606
| | | |
| * | | process follow from article menu in the background, do not reload page - ↵zotlabs2018-03-021-0/+6
| | | | | | | | | | | | | | | | hubzilla issue #987
| * | | add icon to any addon settings blocks which don't already have onezotlabs2018-03-021-0/+4
| |/ /
| * / fix issues with accordions in settings and comment out jquery.textinputs.jsMario Vavti2018-03-016-20/+20
| |/
| * several email validation issueszotlabs2018-02-281-5/+5
| |
| * provide new member widget which sits beneath the notifications for the first ↵zotlabs2018-02-2853-0/+69
| | | | | | | | 60 days after an account creation.
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-281-0/+1
|\|
| * provide usage hint on addon settings page to save each panel before opening ↵zotlabs2018-02-271-0/+1
| | | | | | | | another. [String change, not for 3.2]
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-2617-110/+79
|\|
| * fix icon position and make string translatableMario Vavti2018-02-262-6/+15
| |
| * missing clearfixMario Vavti2018-02-261-1/+1
| |
| * fix minor issue with custom acl selectorMario Vavti2018-02-263-2/+4
| |
| * slightly improve custom acl selectorMario Vavti2018-02-263-13/+6
| |
| * change fontname in css and fix issue with unicode charactersMario Vavti2018-02-265-14/+6
| |
| * switch to fork-awesomeMario Vavti2018-02-261-1/+1
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-269-76/+49
| |\
| | * provide opt-out link and text with notification emailszotlabs2018-02-252-0/+4
| | |
| | * hubzilla issue #979 - alter image selection widget to accept/submit on ↵zotlabs2018-02-257-76/+45
| | | | | | | | | | | | choose (jot, wiki, cover_photo, profile_photo)
* | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵Andrew Manning2018-02-261-4/+12
| | | | | | | | | | | | authenticated API call using an access_token.
* | | Merge branch 'dev' into oauth2Andrew Manning2018-02-259-5/+39
|\| |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-252-2/+4
| |\|
| | * make the profile photo image picker work correctly with multiple profiles.zotlabs2018-02-242-2/+4
| | |
| * | mark connections where we do not have post_comments permissions with an no ↵Mario Vavti2018-02-247-3/+35
| |/ | | | | | | entry sign.
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-247-7/+224
|\|
| * style the buttons even morezotlabs2018-02-232-4/+4
| |