Commit Graph

681 Commits

Author SHA1 Message Date
Pratik Borsadiya
7d5b75e78c Update service-worker location
Fix service worker not found issue when running the application from a
different folder other than domain root.
2018-09-06 11:53:04 +05:30
Pratik Borsadiya
84dd9bab1c Update package versions
Package angular, angular-translate & jQuery is updated to latest
version.
2018-09-06 00:10:31 +05:30
Pratik Borsadiya
2c335983d1 Add service-worker generation in build process
This will precache all the required resources and will allow the
application to respond even when the internet connection is not
available.
2018-09-05 11:47:00 +05:30
Pratik Borsadiya
54c56d57ae Update README & Add contributor's guide 2018-09-02 16:46:59 +05:30
Pratik Borsadiya
fa8af23289 Add flag icon bundeling 2018-09-02 11:12:49 +05:30
Pratik Borsadiya
13cda14fa0 Add webpack bundle analyzer 2018-09-01 13:59:05 +05:30
Pratik Borsadiya
1fccfd08bc Optimizations and fixes
- Remove vendor js libraries which are defined in package.json
- Fix some icon related issues in index-template.html
- Split javascript bundels in vendors and app
- Update prettier to fix scss source files and ignore build directory
2018-09-01 13:27:42 +05:30
Pratik Borsadiya
41ec57f807 Replace font icons with svg icons
This makes it easy to manage the icons and is fast as well because only
those icons are included which are being used instead of all the icons.
2018-08-31 21:27:18 +05:30
Pratik Borsadiya
51b6e6250a Add CSS & HTML bundeling with webpack 2018-08-31 14:27:06 +05:30
Pratik Borsadiya
34590b381c Add webpack & Migrate codebase to be compatible with webpack 2018-08-30 23:28:55 +05:30
Pratik Borsadiya
4c3d2fddc9 Run Prettier to format the files for consistency 2018-08-30 15:07:55 +05:30
Pratik Borsadiya
499f272ac7 Add Git hook to auto format staged files before commit 2018-08-30 15:06:03 +05:30
Pratik Borsadiya
ee54807bb6 Initialize NPM & Add prettier 2018-08-30 14:50:26 +05:30
hamza zia
3237bf002e
Merge pull request #450 from msmarcal/brazilian_portuguese-language
Added Brazilian Portuguese to Languages
2018-07-09 19:10:31 +05:00
hamza zia
a2d53d60a2
Merge pull request #456 from anthonyraymond/master
Improved arm32v7 dockerfile
2018-07-09 19:08:19 +05:00
anthonyraymond
5c6aeb7137 Make use of Multi-stage build in Dockerfile.arm32v7 2018-07-04 00:33:21 +02:00
anthonyraymond
97a7c93d8b Rename Dockerfile.arm to stick to the standard platform naming 2018-07-03 23:33:52 +02:00
anthonyraymond
f01b07d17d Remove heroku files from docker context 2018-07-01 17:38:57 +02:00
hamza zia
cc58cc3e83
Merge pull request #451 from benoit-monin/update_french_translation
update french translation
2018-04-20 01:40:04 +05:00
Benoît Monin
ed1e7ccf00 update french translation
Fix a few typo and add missing strings.
2018-04-10 21:53:43 +02:00
Marcelo Marcal
d0c20112a4 Added Brazilian Portuguese to Languages 2018-04-09 15:49:37 -03:00
hamza zia
595f4655b2
Merge pull request #446 from rayou/add-deploy-to-heroku-button
Added "Deploy to Heroku" button
2018-03-12 16:29:40 +05:00
Yu-Hung Ou
c5c9656a4d added support for one click deploy to Heroku 2018-03-12 22:11:41 +11:00
hamza zia
3a608488a2
Merge pull request #436 from rafeyu/fix-translate-id
Fix translations.en_US to id_ID
2018-02-20 17:17:32 +05:00
Ramdziana F Y
1b2300c60e Fix translations.en_US to id_ID 2018-02-18 23:34:54 +07:00
hamza zia
884d5b6a12
Merge pull request #435 from rafeyu/translate-id
Add Indonesian to Languages
2018-02-18 08:20:56 +08:00
Ramdziana F Y
3b5b34068a Add Indonesian to Languages 2018-02-17 20:05:46 +07:00
hamza zia
c5f4ee2c3f
Merge pull request #417 from 4Oranges/master
support config server connection config in uri
2018-02-10 18:25:52 +08:00
hamza zia
c2bd12df33
Merge pull request #424 from narbehaj/nar-farsi
Add Farsi/Persian To Languages
2018-02-10 18:22:00 +08:00
hamza zia
63e1469f68
Merge pull request #432 from h3raq/patch-1
Adding Content-Type support!
2018-02-10 18:21:37 +08:00
h3raq
6b6e06406c
Adding Content-Type support!
When used with Nginx proxy pass "node node-server.js" command will not pass Content-Type to Nginx which will result in having index.html displayed as a text file. No html, CSS, icons, and JS execution on the browser!
2018-02-09 19:13:20 +03:00
hamza zia
fd74a77fa1
Merge pull request #427 from ziahamza/ziahamza-patch-1
Fixed unsuccessful download error. Fixes #383
2018-01-27 22:10:57 +08:00
hamza zia
076a067465
Fixed unsuccessful download error. Fixes #383 2018-01-27 06:10:49 -08:00
Narbeh
114cb5704f Fix JS Syntax 2018-01-14 18:00:31 +03:30
Narbeh
5d723a3dc9 Fix fa_IR Syntax Error 2018-01-14 17:52:26 +03:30
Narbeh
25538c22b9 Add Farsi/Persian To Languages 2018-01-14 17:43:23 +03:30
hamza zia
68c6833c18
Merge pull request #419 from remyj38/master
Open about modal links in new tab
2017-12-24 23:36:55 +05:00
Rémy Jacquin
839d76a888
Open about modal links in new tab
Signed-off-by: Rémy Jacquin <remy@remyj.fr>
2017-12-24 19:31:46 +01:00
4Oranges
9e3c173d39 support connection config in uri 2017-12-22 01:36:30 +08:00
hamza zia
adb7000949
Merge pull request #416 from anthonyraymond/master
Fix startup when no .torrent are present in download folder
2017-12-17 11:17:30 +05:00
anthonyraymond
d76b7843ea Fix startup when no .torrent are present in download folder 2017-12-16 23:35:39 +01:00
hamza zia
73deac0d49
Merge pull request #414 from ziahamza/revert-392-master
Revert #392
2017-12-15 17:13:49 +05:00
hamza zia
23dac0acb7
Revert "some minor modification" 2017-12-15 17:13:29 +05:00
hamza zia
b473304f54
Merge pull request #408 from no1xsyzy/master
Fixes #407
2017-12-06 08:54:48 +05:00
0xDEADBEEF
ee573ca93a Merge branch 'master' of github.com:no1xsyzy/webui-aria2 2017-12-02 03:14:43 +08:00
0xDEADBEEF
3f45c08c05 Fixes file settings missing 2017-12-02 03:10:21 +08:00
0xDEADBEEF
98b9f96ddc
Merge pull request #1 from ziahamza/master
Merge from upstream
2017-11-16 11:53:26 +08:00
hamza zia
77636e25af
Merge pull request #396 from anthonyraymond/master
Update arm dockerfile to aria 1.32 and enforce aria2 best practices
2017-10-31 08:07:02 +08:00
anthonyraymond
ef8ded9ffd Fix Dockerfile and update readme 2017-10-12 23:38:46 +02:00
anthonyraymond
fd867ae2a8 Update to aria2 1.32 and split config and download volume 2017-10-12 23:11:59 +02:00