aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #505 from wave72/devWave2016-08-302-6166/+6197
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | Updated Italian strings
| * | | | | Updated Italian stringsWave722016-08-302-6166/+6197
| | |/ / / | |/| | |
* | | | | make lock switching actually work with multiple acl formsMario Vavti2016-08-292-7/+6
| | | | |
* | | | | move allowed email domains to admin->security pageredmatrix2016-08-282-2/+3
| |_|_|/ |/| | |
* | | | contact-block needs a class clear div at the end to not mess with following ↵Mario Vavti2016-08-261-11/+12
| | | | | | | | | | | | | | | | widgets and whitespace
* | | | off by one pixelredmatrix2016-08-241-3/+3
| | | |
* | | | do not return false since it could prevent clicking also when not appropriate.Mario Vavti2016-08-241-1/+1
| | | |
* | | | remove the onclick actionMario Vavti2016-08-241-1/+1
| | | |
* | | | do not remove cover photo after scrolling it up. mimik an scroll edge if ↵Mario Vavti2016-08-241-24/+39
| | | | | | | | | | | | | | | | scrolling up again before scrolling into the cover photo again.
* | | | Revert "revert cover photo changes"Mario Vavti2016-08-241-8/+20
| | | | | | | | | | | | | | | | This reverts commit 4c840d70a494dae62a856ed91f9039eb16bc51ee.
* | | | revert cover photo changesredmatrix2016-08-241-20/+8
| | | |
* | | | allow changing the server role - as well as configuring any of the three ↵redmatrix2016-08-232-1/+2
| | | | | | | | | | | | | | | | options during installation
* | | | cover photo: adjustments to display the entire photo on manual scrollback ↵redmatrix2016-08-231-1/+2
| | | | | | | | | | | | | | | | (padding added for nav height)
* | | | several cover photo widget enhancements:redmatrix2016-08-231-8/+19
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | - allow a click anywhere on the page to cause the photo to autoscroll - provide a logic flag to autoscroll only once - allow manual scroll back to see the cover photo afterward (tricky to handle the nav menu here) - on scroll back, the nav remains fixed at the top and the top pixels of the cover photo are covered (this was an acceptable tradeoff to gain the ability to see the photo again without causing unpredictable behaviour of the nav) - some positioning details in small screen width mode caused jot to be off screen due to insufficient top padding; a manual padding was also added as something still wasn't right even after adding the nav height - very minor nit: if screen size is reduced below 755 and then upsized again, the cover photo will not be redisplayed
* | | optional server role compatibility checks for pluginsredmatrix2016-08-221-0/+3
| | |
* | | remove references to tinymce which were causing console errorsredmatrix2016-08-212-85/+4
| | |
* | | move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-214-89/+107
|/ /
* / Updated Italian stringsWave722016-08-172-6106/+6089
|/
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-163-18/+24
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-08-151-14/+1
| |\
| * | move schema settings into the display settings main so we can set ↵redmatrix2016-08-153-18/+24
| | | | | | | | | | | | theme:schema theme selectors in settings
* | | rename limited -> customMario Vavti2016-08-162-16/+16
| | |
* | | remove unneeded functionMario Vavti2016-08-161-26/+1
| |/ |/|
* | only check settings-form for dirty state and remove redundant javascriptMario Vavti2016-08-161-14/+1
|/
* Use double quotes for strings passed via templates to javascript. Some ↵redmatrix2016-08-151-5/+5
| | | | translated strings have unescaped single quotes.
* provide group options serverside and minor cleanupMario Vavti2016-08-152-17/+18
|
* implement groups in the acl select. please notice that selecting *custom ↵Mario Vavti2016-08-151-17/+62
| | | | selection* now sets an empty (public) acl. it was set to self before...
* Merge pull request #482 from anaqreon/nocommenthubzilla2016-08-142-0/+22
|\ | | | | Added an optional post editor button to toggle comments
| * Change text for submenu on small screens to be static toggle statementAndrew Manning2016-08-141-1/+1
| |
| * Replace hardcoded button title in javascript to translatable textAndrew Manning2016-08-141-2/+2
| |
| * Added a disable comments setting to the "Additional features" settings with ↵Andrew Manning2016-08-142-0/+22
| | | | | | | | a corresponding post editor toggle button
* | fix javascript error if not logged inMario Vavti2016-08-141-2/+2
|/
* btn/dropdown rendering issueMario Vavti2016-08-141-24/+30
|
* remove js debuggingMario Vavti2016-08-131-1/+0
|
* fix #480, enable bbcode autocomplete for photo comments and remove some ↵Mario Vavti2016-08-134-16/+3
| | | | redundant javascript
* possible quickfix for multi-acl not honoring jotnetsMario Vavti2016-08-121-0/+6
|
* initialise jot editor if it is used as a file drop target and isn't yet opened.redmatrix2016-08-101-1/+6
|
* implement acl for folder creationMario Vavti2016-08-101-7/+19
|
* open editor or comment window when linkdropping to a closed window. We ↵redmatrix2016-08-101-4/+18
| | | | probably also need this for filedropping.
* allow dropping links on comments as well as postsredmatrix2016-08-092-2/+4
|
* You can drag links to the editor (which will be parsed and inserted); as ↵redmatrix2016-08-092-2/+2
| | | | well as files (which will be uploaded)
* diaspora vcard updatesredmatrix2016-08-071-5/+11
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-0710-20/+74
|
* bring back acl for cloud file uploadsMario Vavti2016-08-062-17/+28
|
* Revert "Revert "remove some logging""Mario Vavti2016-08-051-10/+1
| | | | This reverts commit e67f5bc6bbb77d53867d7c03bda8410c59360dbe.
* Revert "remove some logging"Mario Vavti2016-08-051-1/+10
| | | | This reverts commit 316b090433b7e415fd3c8ac6230f2df0277cdf8c.
* remove some loggingMario Vavti2016-08-051-10/+1
|
* multi acl: port /settingsMario Vavti2016-08-052-4/+2
|
* multi acl: port /thingMario Vavti2016-08-053-7/+5
|
* multi acl: port /rpostMario Vavti2016-08-056-15/+13
|