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
|
57c67db029
|
Remove year(s) from copyright headers + some cleanup
|
2019-04-16 10:42:45 +02:00 |
|
Aleksander Machniak
|
f0811f6f50
|
DOn't use deprecated (and slow) selectors
|
2019-04-11 10:47:11 +02: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
|
8f8beafd56
|
Use .get_label() consistently (instead of .gettext())
|
2015-10-20 10:08:50 +02:00 |
|
Aleksander Machniak
|
252cc4c4ac
|
Password: Allow temporarily disabling the plugin functionality with a notice
|
2015-07-27 10:47:34 +02:00 |
|
Aleksander Machniak
|
abe381e3b0
|
Focus first input in password form on page load
|
2014-06-13 12:44:10 +02:00 |
|
Thomas Bruederli
|
b34d679075
|
Specify licenses in all javascript files and blocks to please LibreJS
|
2014-04-27 15:35:07 +02:00 |
|
Aleksander Machniak
|
538e64c572
|
Fix Closure-compiler warnings, small code improvements
|
2013-12-18 20:57:35 +01:00 |
|
Thomas Bruederli
|
cf46aefd9d
|
Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation
|
2013-09-28 12:04:35 +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 |
|
till
|
63a3dc5fde
|
moved plugins
|
2010-03-20 14:20:01 +00:00 |
|
alecpl
|
0dd842dbf5
|
- added server side password inconsistency check
|
2009-09-19 08:01:55 +00:00 |
|
thomascube
|
6a765a9355
|
Use html_table class to build password form + add german localizations + codestyle (no tabs, just spaces)
|
2009-06-30 17:12:45 +00:00 |
|
alecpl
|
a08708509a
|
- set pagetitle in php not js, hu_HU locale
|
2009-05-16 14:28:47 +00:00 |
|
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
2009-04-19 17:44:29 +00:00 |
|