aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2RC'3.2Mario2018-03-09131-3579/+4573
|\
| * notifications-btn-1 does not actually require the text-white class and this ↵zotlabs2018-03-092-2/+2
| | | | | | | | is known to cause issues on dark themes
| * Uniformize title input with other input fieldsMathieu "Matbac" Bacou2018-03-091-0/+4
| | | | | | | | Add rounded corners to mimic categories input field and main text area.
| * Remove useless background spec for category fieldMathieu "Matbac" Bacou2018-03-091-1/+0
| |
| * Fix background of tags fieldMathieu "Matbac" Bacou2018-03-091-15/+23
| |
| * Fix code background in wiki pagesMathieu "Thrar" Bacou2018-03-091-0/+4
| | | | | | | | Fix needed after commit c444e40c016c0faaec604335093b19661b3585b7
| * process follow from article menu in the background, do not reload page - ↵zotlabs2018-03-071-0/+6
| | | | | | | | hubzilla issue #987
| * 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-061-0/+18
| |
| * 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
| |
| * add dummy f= arg to suggestion urls, use directory version of suggest for ↵zotlabs2018-03-041-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-041-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 pull request #986 from mjfriaza/3.2RCgit-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
| | |
| * | 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.
| * 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]
| * 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)
| * | 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.
| * style the buttons even morezotlabs2018-02-232-4/+4
| |
| * style the 'use existing' button a wee bitzotlabs2018-02-232-4/+2
| |
| * use embed photos javascript widget to select existing photos for profile and ↵zotlabs2018-02-234-3/+218
| | | | | | | | cover photos
| * usability: click your own profile photo to change it instead of hunting it ↵zotlabs2018-02-231-1/+1
| | | | | | | | down in the profile edit navmenu. We still need work on the 'or use a photo from your albums' to use something like the photo selection widget in the post editor as you otherwise have to track down the 'use as profile photo' entry in the photo detail navmenu instead of just clicking an image.
| * mod_new_channel: don't require nickname validation after name validation ↵zotlabs2018-02-221-0/+3
| | | | | | | | (which generates a valid nickname). Enable the submit button as long as there are no errors.
| * cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ↵zotlabs2018-02-221-2/+3
| | | | | | | | are the most likely to prefer that view. Fix that and make tiles the default view for guests, and list mode the default view for the channel owner.
| * Add 'Validate' button to new_channel page and disable submit until ↵zotlabs2018-02-202-13/+26
| | | | | | | | validated. This is to get around the issue that clicking submit without ever focusing and blurring the nickname field won't actually submit the form but only provide validation. It needs to be clicked again to submit. The first click processed the blur but remained on the page with no feedback. If somebody has better workarounds, please provide. The goal is to ensure that the name and the nickname are both validated before we can submit.
| * updates 1201 and 1200 should return success for postgres. notifications: ↵Mario Vavti2018-02-191-0/+2
| | | | | | | | remove class show and session storage entry when we mark all notifications seen
| * do not show summary if it is equal to body and some styling for the ↵Mario Vavti2018-02-191-1/+9
| | | | | | | | summary/article toggle links
| * Update code tag styling so bbcode [code] blocks and wiki markdown inline ↵Andrew Manning2018-02-181-0/+21
| | | | | | | | code render nicely.
| * provide option to block the public stream unless authenticated, since there ↵zotlabs2018-02-141-0/+1
| | | | | | | | could be legal issues with unmoderated content
| * slightly improve cropper styleMario Vavti2018-02-123-11/+14
| |
| * fix issue with new cropping lib and whitespaceMario Vavti2018-02-122-24/+22
| |
| * update DE translation strings for new relative date/time optionsphellmes2018-02-112-30/+30
| | | | | | | | | | temporary manual string update in relation to last commit until changes reach Transifex and can be updated there