Commit Graph

690 Commits

Author SHA1 Message Date
Mario Vavti f808f1601b rework drag and drop to drag directly into files area, implement the default upload button to work with the same mechanism as drag and drop, revert 560af7a5b8 since it did not work so well with the new cloud upload mechanism 2016-07-27 16:49:55 +02:00
Mario Vavti f41b037fbe css fixes 2016-07-25 11:41:27 +02:00
Andrew Manning 6998bb1f23 Multiple file upload by drag and drop with progress indicators and auto page reload 2016-07-24 07:41:53 -04:00
Andrew Manning e0d9d30bcf Merge remote-tracking branch 'upstream/dev' into wiki 2016-07-20 05:39:08 -04:00
Mario Vavti f39d20ac97 some work on guest access token ui 2016-07-17 11:29:37 +02:00
redmatrix f3aff45042 provide examples for using access tokens in urls 2016-07-15 16:31:21 -07:00
Mario Vavti 34a16e0ab9 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev 2016-07-15 13:21:07 +02:00
Mario Vavti 2e32b5f467 upgrade to jquery-3.1 and minor fixes 2016-07-15 13:20:00 +02:00
redmatrix d54f5a3831 more cleanup of atoken UI 2016-07-15 01:43:09 -07:00
redmatrix 5e475acb85 cleanup and debug of atoken feature 2016-07-15 01:33:28 -07:00
Andrew Manning 50e581d88a Set max-width for embedded images 2016-07-09 20:24:16 -04:00
Mario Vavti b6d425838f css fixes 2016-06-13 17:19:49 +02:00
Mario Vavti e963714ad6 Merge branch 'dev' into sabre32 2016-06-13 09:18:39 +02:00
Andrew Manning b5933e9d44 Photo embed button with album browser works in new post editor. 2016-06-12 19:41:37 -04:00
Mario Vavti ef95c68b4f Merge branch 'dev' into sabre32 2016-06-11 20:33:03 +02:00
Mario Vavti 0cada39c8a css fixes 2016-06-11 20:31:37 +02:00
Mario Vavti 86985b454f Merge branch 'dev' into sabre32 2016-06-10 12:22:01 +02:00
Mario Vavti 85e82e919e more style work 2016-06-09 22:05:52 +02:00
Andrew Manning b93e398674 Merge remote-tracking branch 'upstream/dev' into wiki 2016-06-02 22:32:50 -04:00
Mario Vavti d1efb59fcd render code bbcode inline if there are no linebreaks in the text. 2016-05-30 16:12:48 +02:00
Andrew Manning 3e6af5c876 Hacked Parsedown and Markdown to add class inline-code to <code> blocks for proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages. 2016-05-29 17:06:45 -04:00
Mario Vavti 9480e9b68b possible fix for #385 2016-05-21 14:34:01 +02:00
Treer e7a65c1f8d improve non-ACL option description in ACL dialog 2016-05-08 20:44:30 +10:00
Mario Vavti b08fc746d8 use section-content-info-wrapper class for info text 2016-05-06 10:55:11 +02:00
Mario Vavti 4a36834d3f use darker background colour only for searchbar 2016-05-06 10:42:38 +02:00
Treer e1e56936c9 add help to some permissions dialogs 2016-05-05 02:09:47 +10:00
Treer 33a8d845c1 Refine permissions dialog UI 2016-05-04 23:55:32 +10:00
Mario Vavti 7fac859fbd css fix 2016-05-01 12:16:42 +02:00
redmatrix 9446d0cbb4 Merge pull request #362 from Treer/fontawesome
Update Font-Awesome to 4.6.1
2016-05-01 08:02:03 +10:00
Mario Vavti 36fe2ac87e css fix 2016-04-30 23:38:25 +02:00
Treer 17dba9542a update icon names in view/ 2016-05-01 05:59:02 +10:00
Treer 9d079e5d2b Add definition lists to bbcode 2016-04-30 01:13:34 +10:00
Mario Vavti b664af748e provide help button in context help popup 2016-04-28 13:08:41 +02:00
Mario Vavti f108838ca9 css fix 2016-04-28 11:42:37 +02:00
Mario Vavti 607125e795 only padding-top needs adjustment 2016-04-26 16:15:29 +02:00
Mario Vavti 5553df862a fix top padding for narrow navbar 2016-04-26 09:49:54 +02:00
redmatrix 6bf7716518 Revert "Revert "revert inline-block for blockquote""
This reverts commit ae02624793.
2016-04-25 20:11:36 -07:00
redmatrix ae02624793 Revert "revert inline-block for blockquote"
This reverts commit 15cfd6fda7.
2016-04-25 20:10:16 -07:00
Mario Vavti 15cfd6fda7 revert inline-block for blockquote 2016-04-24 12:45:38 +02:00
Mario Vavti 9d698c0887 fix context help position with narrow navbar 2016-04-23 23:52:39 +02:00
Mario Vavti b0a2e5d3f7 simplify context help js and move it to main.js where all the nav related js resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu. 2016-04-23 16:39:56 +02:00
Mario Vavti cb8c83a42b remove obsolete class 2016-04-21 23:56:53 +02:00
Mario Vavti bd11b1d61a indicate if we will be displayed contextual help or default help 2016-04-21 23:55:38 +02:00
Mario Vavti 96d19c09f3 fix help button for collapsed state 2016-04-21 23:19:17 +02:00
Mario Vavti d7f4bfedd5 some fixes for contextual help and disable transition animation for now - it looked really wired because main moved with a different speed than help-content and help-content can not be displayed under the panel as it is implemented now. 2016-04-21 23:03:09 +02:00
jeroenpraat 7229cd56ed Making sure the great new context help works with all thmes and schema's (3rd party themes: maybe abit of tweaking is still needed). Also fixing some minor cosmetic things. 2016-04-18 01:57:54 +02:00
Andrew Manning d7fe48d1b6 New help panel that slides in from the top and pushes the content down so it is not covered. Panel toggles with help button. Still some bugs with small screen viewing. 2016-04-17 07:09:42 -04:00
Mario Vavti 2cb04ccb8f nav: move js and css out of template, provide a help button in the panel on small screens and lots of whitespace cleanup 2016-04-15 12:39:22 +02:00
Mario Vavti fe9df64fc2 fix some slight crossbrowser rendering issues with jot 2016-04-15 09:52:40 +02:00
Mario Vavti f13096a6f3 various fixes 2016-04-03 18:00:03 +02:00