the-djmaze
|
7fac6ca9dd
|
this.addObservables() to addObservablesTo()
|
2022-10-30 22:19:52 +01:00 |
|
the-djmaze
|
b12852bd08
|
Reduce JavaScript footprint
|
2022-10-10 13:52:56 +02:00 |
|
the-djmaze
|
df2de7ad66
|
Encode KEYWORD search for #419
|
2022-10-06 09:57:56 +02:00 |
|
the-djmaze
|
0259f636b0
|
Small bugfix for previous commit
|
2022-10-05 11:34:17 +02:00 |
|
the-djmaze
|
875dae0755
|
Allow searching on keyword/tag/label #419
|
2022-10-05 11:32:06 +02:00 |
|
the-djmaze
|
9559986499
|
Bugfix/Improved AdvancedSearch popup by prefill the values
|
2022-08-03 22:23:32 +02:00 |
|
the-djmaze
|
9bd3049ba0
|
Added: search for "replied" yes/no
|
2022-08-03 12:03:34 +02:00 |
|
the-djmaze
|
a00bf15a44
|
Resolve #294
|
2022-03-21 11:34:40 +01:00 |
|
the-djmaze
|
fe0f6af9f4
|
Renamed closeCommand() to close() because it has no command feature anymore
|
2022-03-04 09:21:24 +01:00 |
|
the-djmaze
|
2edd55f01f
|
Drop cancelCommand in favor of closeCommand and improve AbstractViewPopup handling
|
2022-02-24 22:40:17 +01:00 |
|
the-djmaze
|
06b5b83588
|
removed default export
|
2022-02-24 14:01:41 +01:00 |
|
the-djmaze
|
661cd2aaf9
|
Restructure JavaScript
Split list code from MessageUserStore into MessagelistUserStore
Move functions out of AppUser
|
2022-02-23 19:26:52 +01:00 |
|
the-djmaze
|
24b638cd82
|
Cleanup some JavaScript
|
2022-02-21 15:36:34 +01:00 |
|
the-djmaze
|
7de00cd05c
|
Bugfix: incorrect translation in advanced search popup
|
2022-01-28 12:23:30 +01:00 |
|
djmaze
|
954de06f86
|
Switch from ko.computed to ko.pureComputed
This should provide performance and memory benefits over regular computed observables
|
2021-12-31 13:30:05 +01:00 |
|
djmaze
|
2a01d8c991
|
Cleanup user-select
|
2021-12-28 14:48:20 +01:00 |
|
djmaze
|
6170de5aee
|
Drop bootstrap modal.less by using <dialog> <header> and <footer>
https://snappymail.eu/demo/ updated for testing
|
2021-11-07 17:06:08 +01:00 |
|
djmaze
|
2a7348081a
|
Remove useless clearPopup() functions
|
2021-11-03 14:58:34 +01:00 |
|
djmaze
|
ba895ba887
|
Improved new AdvancedSearch
|
2021-11-03 14:47:03 +01:00 |
|
djmaze
|
6c797c34f8
|
Activated search subfolders as request by #154
|
2021-11-03 02:28:01 +01:00 |
|
djmaze
|
b4ab5b891a
|
replaced knockout hasfocus with autofocus=""
|
2021-03-23 22:57:40 +01:00 |
|
djmaze
|
6a454ec624
|
Convert user stores to single object instances
Removed unused ContactUserStore.exportingCsv and ContactUserStore.exportingVcf
|
2021-03-10 22:41:35 +01:00 |
|
djmaze
|
540b12ed26
|
Replace babel command decorators with proper knockout command decorators
|
2021-02-19 12:09:20 +01:00 |
|
djmaze
|
b31bf3d7f5
|
Improved js minification
|
2021-01-26 11:46:30 +01:00 |
|
djmaze
|
864da66b5f
|
Replace viewDecorator and popupDecorator with proper AbstractView classes
|
2021-01-24 10:25:23 +01:00 |
|
djmaze
|
3eb6ab1ef7
|
Improved knockout observables management to prevent memory leaks
|
2020-10-26 12:54:03 +01:00 |
|
djmaze
|
b1678a1566
|
Replaced moment.js with simple extended Date.prototype
|
2020-08-07 14:44:33 +02:00 |
|
djmaze
|
bbd9f49dcd
|
$.proxy is deprecated
$.trim is deprecated
|
2020-08-06 18:24:46 +02:00 |
|
djmaze
|
ae1b7610fd
|
Remove use of $.error in jquery-ui
|
2020-08-06 16:24:19 +02:00 |
|
djmaze
|
327e6f65cd
|
searchSubtractFormatDateHelper to native as moment.js not needed
|
2020-07-31 16:45:43 +02:00 |
|
djmaze
|
2ba34532c2
|
JavaScript string compare '' is always a ToBoolean
See https://www.ecma-international.org/ecma-262/5.1/#sec-9.2
|
2020-07-28 17:20:14 +02:00 |
|
djmaze
|
82bed1ed80
|
Cleanup array.length checks and for() to forEach()
|
2020-07-28 12:35:41 +02:00 |
|
djmaze
|
a5d41edb24
|
Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values)
|
2020-07-22 14:49:18 +02:00 |
|
djmaze
|
961fa305c9
|
-1…*.indexOf() to native .includes()
|
2020-07-20 21:39:00 +02:00 |
|
RainLoop Team
|
8a0be3212d
|
prettier --write
|
2019-07-04 22:19:24 +03:00 |
|
RainLoop Team
|
e6e0b02849
|
Code refactoring
Flow first look
|
2016-09-10 02:27:53 +03:00 |
|
RainLoop Team
|
17669b7be0
|
es5 -> es2015 (last stage)
Signature plugin fixes
Add view decorator
A large number of fixes
|
2016-08-20 20:30:16 +03:00 |
|
RainLoop Team
|
8e8a041032
|
eslint (additional rules)
|
2016-07-01 01:05:04 +03:00 |
|
RainLoop Team
|
77a1d3f3df
|
jshint -> eslint
|
2016-06-27 23:55:37 +03:00 |
|
RainLoop Team
|
a74a92638a
|
Typescript (first look)
|
2016-06-25 01:19:21 +03:00 |
|
RainLoop Team
|
3217303a65
|
Fix search builder
|
2016-06-24 21:34:11 +03:00 |
|
RainLoop Team
|
a11dcbed4b
|
Focused state for custom checkbox (Closes #604)
|
2015-04-25 17:50:10 +04:00 |
|
RainLoop Team
|
afe80b8f2d
|
jsHint fixes
|
2015-03-14 19:01:14 +04:00 |
|
RainLoop Team
|
147dce6e4a
|
Momentor (moment optimization)
|
2015-03-07 04:41:38 +04:00 |
|
RainLoop Team
|
31860420cb
|
Code refactoring
|
2015-02-22 02:00:51 +04:00 |
|
RainLoop Team
|
1a85330770
|
Small fixes and code refactoring
|
2015-02-16 01:58:24 +04:00 |
|
RainLoop Team
|
8cf8b94d39
|
Code refactoring
|
2014-10-18 17:43:44 +04:00 |
|
RainLoop Team
|
06274c6a7c
|
Code refactoring
Fixed owncloud password encoder/decoder (#291)
Fixed ckeditor in ownCloud iframe (Closes #302)
Release commit
|
2014-09-06 01:44:29 +04:00 |
|