djmaze
63af2e25ed
v1.14.0-djmaze4
2020-08-19 12:39:19 +02:00
djmaze
97443b7c7d
v1.14.0-djmaze3
2020-08-14 23:12:49 +02:00
djmaze
382aef7ebb
Replaced ifvisible.js with simple drop-in to handle prefetch messages
2020-08-13 21:25:42 +02:00
djmaze
2f48128ff3
Replaced Autolinker with simple https/email detection
2020-08-13 15:22:24 +02:00
djmaze
f5a444aa14
Removed opentip
...
Cleanup lightgallery
2020-08-13 13:16:08 +02:00
djmaze
aaf4933b0a
Embed cleaner node modules
2020-08-12 01:47:24 +02:00
djmaze
1d32f26add
Added release zip builder in php
2020-08-10 12:43:02 +02:00
djmaze
b3dd0c51b5
Removed lozad. Lazy loading of images. A browser can itself these days.
2020-08-06 15:07:43 +02:00
djmaze
12c88e34b3
Removed pikaday (unused)
2020-07-30 12:05:47 +02:00
djmaze
dca0ff02ed
Use jQuery.slim
...
Underscore.js _.uniq(_.compact( to native Array.filter((value, index, self) => !!value && self.indexOf(value) == index)
Underscore.js _.compact to native Array.filter(value => !!value)
Underscore.js _.uniq to native Array.filter((value, index, self) => self.indexOf(value) == index)
Underscore.js _.values to native Object.values
Underscore.js _.flatten to native Array.flat
Underscore.js _.union to native Array.concat + unique filter
Underscore.js _.reduce to native Array.reduce
Underscore.js _.escape replaced with advanced htmlspecialchars()
Underscore.js _.memoize replaced
Now Underscore.js is a slim custom version (only _.debounce, _.defer & _.throttle)
2020-07-23 16:06:16 +02:00
djmaze
fca0bb5d56
Bugfix broken jQuery UI
2020-07-16 11:07:28 +02:00
djmaze
412d69ce75
Removed jquery-backstretch that handled the UserBackground
...
The UserBackground is now handled with CSS3 on body.thm-body
This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely.
2020-07-13 15:47:19 +02:00
djmaze
85155a9895
Merge remote-tracking branch 'upstream/master'
2020-07-13 11:40:49 +02:00
the-djmaze
0b9f129864
Merge branch 'master' into gulp-terser
2020-03-20 16:29:10 +01:00
djmaze
a8100d34f8
Use gulp-terser instead of gulp-uglify for ES2015
2020-03-20 16:26:42 +01:00
RainLoop Team
5e409ac638
Update dependencies
2020-03-15 23:56:47 +03:00
djmaze
aae7883b99
Bugfix: bootstrap jQuery('#') syntax error
...
Changed: use ES2015
Changed: gulp uglify to terser
Removed: ChangePassword
Removed: nanoscroll
Removed: JS polyfills
2020-03-13 15:30:39 +01:00
djmaze
4468d5bd22
Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript
2020-03-11 12:55:03 +01:00
RainLoop Team
15ceddc202
1.14.0
2020-01-30 22:27:07 +03:00
RainLoop Team
1fb3c9cd7a
Update dependencies
2019-12-31 21:20:03 +03:00
RainLoop Team
08333610ce
Update dependencies
2019-12-24 22:05:46 +03:00
RainLoop Team
ba8bf15b4c
Update dependencies
2019-10-17 01:43:04 +03:00
RainLoop Team
0c38f42197
Small improvements
2019-07-11 21:45:47 +03:00
RainLoop Team
19d3b559da
Add watch task
2019-07-04 23:35:53 +03:00
RainLoop Team
395ad8e035
Update dependencies
2019-07-04 23:06:07 +03:00
RainLoop Team
40dc22a317
Remove knockout-transformations dependency
2019-07-04 22:58:15 +03:00
RainLoop Team
450528ff00
Add prettier
2019-07-04 22:09:27 +03:00
RainLoop Team
b244462fa5
update gulp and gulpfile
2019-06-29 17:16:09 +03:00
RainLoop Team
a1562e7145
Update dependencies and configurations
2019-06-29 03:17:29 +03:00
RainLoop Team
13065dd926
Update dependencies
2019-03-28 01:01:26 +03:00
RainLoop Team
20f53825d9
Update deps
2019-02-01 18:56:12 +03:00
RainLoop Team
95eb786a3f
Update deps
2018-10-06 02:13:58 +03:00
RainLoop Team
26c507398f
babel 6 -> 7
2018-09-18 23:35:41 +03:00
RainLoop Team
379d012b1f
1.12.1
2018-07-31 00:20:06 +03:00
RainLoop Team
6b99a48898
Update devDependencies
2018-07-24 00:09:44 +03:00
RainLoop Team
791f0ff6ad
Small fixes and improvements
2018-07-10 00:05:02 +03:00
RainLoop Team
367748d39e
Add Object.assign polyfill ( #1692 )
2018-05-16 17:31:45 +03:00
RainLoop Team
841c4d59e3
Update devDependencies and translations
2018-05-01 19:34:13 +03:00
RainLoop Team
35ef89c2a6
Optimize building process
2018-03-30 00:43:46 +03:00
RainLoop Team
f8a131e3bc
Update devDependencies
2018-03-06 22:52:08 +03:00
RainLoop Team
c7cd537b4d
Update devDependencies
2018-02-27 22:10:26 +03:00
RainLoop
866b0ddc6d
Add docker support for development.
2018-02-27 02:13:53 +03:00
Techwolf
54adc8d075
Use knockout-transformations from NPM instead of knockout-projections.
...
Remove unused dependency on jquery-lazyload.
2018-01-03 04:00:25 -08:00
RainLoop
d76fde37df
Fix crippled contact names ( #1447 )
2017-09-27 20:58:15 +03:00
RainLoop
ed5685314e
Fix unexpected desktop mode on mobile devices + small fixes ( #1514 )
2017-09-25 00:08:44 +03:00
RainLoop
76f28b354b
Add element-dataset polyfill for IE9-IE10
2017-09-21 20:05:23 +03:00
RainLoop
4f19d9fd56
Try the lozad lazy loader
2017-09-21 01:18:41 +03:00
RainLoop
33a9234d9c
1.11.2
2017-09-19 23:16:22 +03:00
RainLoop
350e065575
Fix package.json
2017-09-15 20:31:36 +03:00
RainLoop Team
2285fd4569
Update package.json dependencies
2017-09-15 19:51:01 +03:00