Michael Voříšek
|
332c165d28
|
Fix some basic JS CS (#9328)
* fix "nonblock-statement-body-position" (fixed already)
* fix "comma-dangle"
* fix "no-regex-spaces"
* fix "new-parens"
* fix "object-curly-newline"
* fix "object-property-newline"
* fix "spaced-comment" semimanually
* fix "no-constant-condition" manually
* fix "unicorn/no-hex-escape"
* fix "unicorn/escape-case"
* fix "quote-props"
* fix "no-whitespace-before-property" - fix bug/typo
* fix "unicorn/empty-brace-spaces"
* fix "keyword-spacing"
* fix "dot-notation"
* fix "no-return-assign" manually
* fix "padding-line-between-statements"
* fix "key-spacing"
* fix "no-else-return" semimanually
* fix some "no-undef"
* fix case cs
* Revert "fix "padding-line-between-statements""
* improve switch/case format I.
* improve switch/case format II.
regex: (^ *(break|return).*)\n *(\n)
* fix safe "eqeqeq"
* fix "radix"
* fix v3.49.0 CS (static providers)
* fix "string_implicit_backslashes" in php files
* fix comments align
* fix test static providers
* fix stan
* disable "final_internal_class" rule
|
2024-02-06 08:28:19 +01:00 |
|
Michael Voříšek
|
ecd2796622
|
Fix JS whitespace CS (#9327)
* fix "no-extra-semi"
* fix "object-curly-spacing"
* fix "block-spacing"
* fix "padded-blocks"
* fix "space-before-blocks"
* fix "space-before-function-paren"
* fix "operator-linebreak"
* fix "space-unary-ops"
* fix "space-infix-ops"
* fix most "brace-style"
* fix "curly"
* fix most "brace-style" II
* fix "no-multi-spaces"
* search regex: (?<=\n)( +)(?! ).*\n(?!\1)( +)(&&|\|\||\()
* search regex: (?<=\n)( +)(?! |\*/).*(?<!;)\n(?!\1)( +)(?! |\}|\]|\)|\.)
* fix mostly "brace-style" /w allowSingleLine: false
* fix cs
* search regex: (//|/\*).*\n\s+\{
|
2024-01-30 07:50:02 +01:00 |
|
Michael Voříšek
|
740267fac0
|
Lint JS files using eslint and normalize JS indentation (#9280)
* Lint JS using eslint
* Fix "comma-spacing"
* Fix "semi"
* Fix indent to unified 4 spaces as for PHP
* ignore symlinked public_html/* files
|
2023-12-23 17:08:32 +01:00 |
|
Aleksander Machniak
|
7a854f1b56
|
Fix removing acl entries (regression)
|
2019-07-16 12:42:46 +00:00 |
|
Aleksander Machniak
|
7fa5180fcc
|
ACL: Display user/group names (from ldap) instead of acl identifier
|
2019-06-17 11:47:49 +00:00 |
|
Aleksander Machniak
|
57c67db029
|
Remove year(s) from copyright headers + some cleanup
|
2019-04-16 10:42:45 +02:00 |
|
Aleksander Machniak
|
c6e6f50de1
|
Simplify confirm_dialog and alert_dialog code and use
|
2017-11-19 13:20:25 +01:00 |
|
PhilW
|
8c250a27f8
|
improvements for plugins and frames
|
2017-11-19 10:22:52 +00:00 |
|
PhilW
|
e7311e0e5e
|
more consistent function names
|
2017-11-18 13:17:14 +00:00 |
|
PhilW
|
af52df68bf
|
use skinned alert and confirm boxes in plugins
|
2017-11-18 09:50:43 +00:00 |
|
Aleksander Machniak
|
1109cd1150
|
Elastic: Fix checkbox state in advanced mode switch
|
2017-10-29 12:54:54 +01:00 |
|
Aleksander Machniak
|
1347e2e868
|
Elastic skin support in acl plugin
|
2017-10-07 17:47:03 +02:00 |
|
JohnDoh
|
afaaa7764b
|
Use list_widget.get_selection() rather than list_widget.selection (#5879)
|
2017-07-28 19:24:28 +02:00 |
|
Aleksander Machniak
|
9858c2a294
|
Merge branch 'master' into dev-elastic
|
2017-05-14 13:32:35 +02:00 |
|
Aleksander Machniak
|
542a817214
|
Define more classes for dialog buttons
|
2017-04-21 18:05:29 +02:00 |
|
ka7
|
9a35768c26
|
spelling fixes (#5690)
|
2017-03-12 12:14:19 +01:00 |
|
Aleksander Machniak
|
391d0d2039
|
Remove "@version @package_version@"
|
2016-11-01 18:26:47 +01:00 |
|
Aleksander Machniak
|
8f8beafd56
|
Use .get_label() consistently (instead of .gettext())
|
2015-10-20 10:08:50 +02:00 |
|
Thomas Bruederli
|
686f0dacdd
|
Simplify HTML structure of ACL dialogs
|
2015-03-12 13:45:30 +01:00 |
|
Thomas Bruederli
|
78118e3f60
|
Make ACL popups scale to the actual content and avoid scrolling if possible
|
2015-03-12 13:33:07 +01:00 |
|
Aleksander Machniak
|
71bb892063
|
Set 'mainaction' class on Save button in ACL dialog
|
2015-01-07 06:45:28 -05:00 |
|
Aleksander Machniak
|
681ba6fc3c
|
Improve system security by using optional special URL with security token
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
|
2014-12-16 13:28:48 +01:00 |
|
Aleksander Machniak
|
43b225d183
|
Support contact_search_name option in ACL plugin autocompletion
|
2014-07-08 10:10:16 +02:00 |
|
Aleksander Machniak
|
62c45161c4
|
ACL: Improved UI accessibility
|
2014-06-10 14:40:22 +02:00 |
|
Thomas Bruederli
|
a23a2b3039
|
Update env in main window for ACL dialog autocompletion (#1489594)
|
2014-02-11 21:12:34 +01:00 |
|
Thomas Bruederli
|
e837d8515a
|
Hide autocompletion results when closing ACL dialog; use default table styles
|
2014-02-05 11:59:32 +01:00 |
|
Thomas Bruederli
|
affabd9a4b
|
Fix some glitches in ACL table display
|
2014-02-04 22:50:15 +01:00 |
|
Thomas Bruederli
|
f147849bb0
|
Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration
|
2014-02-04 22:49:23 +01:00 |
|
Aleksander Machniak
|
2db42c7a3b
|
Fixed ACL edition in advanced mode
|
2013-03-01 17:45:43 +01:00 |
|
Aleksander Machniak
|
d9012055cb
|
Moved advanced switch into table actions menu - fixed css issue in Larry skin
|
2012-06-28 11:18:52 +02:00 |
|
thomascube
|
48e9c14ebd
|
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
|
2012-03-31 12:25:48 +00:00 |
|