Commit graph

651 commits

Author SHA1 Message Date
KodeStar cafe386cc4
Revert "Changed from variable assignment to comparison" 2018-06-22 11:36:58 +01:00
KodeStar 0184c9695b
Merge pull request #218 from MindTooth/new_view
Cleaned of variable population in scripts.blade.php
2018-06-22 11:15:26 +01:00
KodeStar 19536edf28
Merge pull request #222 from MindTooth/add_info_to_files
Clarified _rune.scss file
2018-06-22 11:09:37 +01:00
KodeStar 045e4a20fa
Merge pull request #213 from MindTooth/tweak_readme
Readme style tweaks
2018-06-22 11:09:13 +01:00
Birger J. Nordølum 6cb8487a52
Clarified _rune.scss file 2018-06-21 17:41:04 +02:00
Birger J. Nordølum c39e9aa13f
Trim variable in script view for create/edit.blade
Removed the large logic to populate the varible in page specific view.
2018-06-20 23:42:31 +02:00
KodeStar 0203440b06
Merge pull request #217 from MindTooth/fix_reported_errors
Changed from variable assignment to comparison
2018-06-20 21:20:12 +01:00
Birger J. Nordølum 7f7bf60456
Changed from variable assignment to comparison
Issue reported by CodeFactor:
https://www.codefactor.io/repository/github/mindtooth/heimdall/file/master/database/seeds/SettingsSeeder.php
2018-06-18 00:34:05 +02:00
KodeStar e8673634bc
Merge pull request #216 from MindTooth/fix_error
Fixes compile error with webpack.mix.js and app.js
2018-06-17 22:33:33 +01:00
KodeStar 53e52c93ee
Merge pull request #214 from MindTooth/up_node_packages
Up packages.json to reflect upstream Laravel 5.5
2018-06-17 22:32:17 +01:00
Birger J. Nordølum c239c0ea5a
Compiled new source for fix 2018-06-17 23:19:45 +02:00
Birger J. Nordølum 7142f755f5
Fixes error thrown by UglifyJS 2018-06-17 23:17:35 +02:00
Birger J. Nordølum 9fbc8dc1f9
Fix missing bracket in app.js 2018-06-17 23:17:35 +02:00
Birger J. Nordølum d3819a6a88
Last fix for Huebee issue.
After some major debugging once again, I've concluded that the previous
webpack.mix.js worked fine, but threw an error when minifying the app.js
file.  The culprit is because the current app.js contains some newer
ECMAScript code that needs to be translated.  However, with the current
inclusion of huebee.js into the samme command, it seems to mess things
up.

Just as a potensial fix for now is to just ignore the issue, and have a
stab at it at a later date.  This reverts the "fixes" I've made before.
2018-06-16 15:15:00 +02:00
Birger J. Nordølum 6e93ed8e5f
Up packages.json to reflect upstream Laravel 5.5
This updates laravel-mix to 2.0.  Removed node-sass,
as it's already pulled by laravel-mix.
2018-06-16 14:56:45 +02:00
Birger J. Nordølum 98543d49a9
Readme style tweaks 2018-06-16 14:11:48 +02:00
KodeStar 9195eead27
Merge pull request #208 from MindTooth/fix_huebee
Fixes bug introduced in #203
2018-06-16 12:06:04 +01:00
KodeStar e5b384736d
Merge pull request #209 from dansoaress/master
Brazilian Portuguese translation
2018-06-15 14:14:48 +01:00
Daniel Soares 4def720d1a spell checking 2018-06-14 14:06:59 -03:00
Daniel Soares 2a0404ea17 Brazilian Portuguese translation 2018-06-14 07:02:14 -03:00
Birger J. Nordølum 6d22c4f02e
Fixes bug introduced in #203
Needs to import the library when using webpack.mix.js.
Will also be the case for future libraries.
2018-06-14 00:20:42 +02:00
KodeStar 24ac12da65
Merge pull request #207 from MindTooth/fix_app_js
Fix issue with using override_url and running a test
2018-06-13 22:39:44 +01:00
Birger J. Nordølum 3f19882df8
All the other tweaks 2018-06-13 22:35:51 +02:00
Birger J. Nordølum dd54c16c1f
Fixed test when using override_url 2018-06-13 22:35:51 +02:00
Kode 223e9289dc include arrow in text color fix 2018-06-13 20:11:28 +01:00
Kode 2e301bdd51 This closes #184, closes #126 2018-06-13 20:03:26 +01:00
Kode e3ec7de23a Dependency updates and update version number 2018-06-13 19:35:28 +01:00
KodeStar 18ec208381
Merge pull request #205 from MindTooth/add_gitattribute
.gitattributes: More settings added
2018-06-13 15:22:04 +01:00
KodeStar 8666daa07d
Merge pull request #197 from finish06/master
Add App - Flood
2018-06-13 15:20:24 +01:00
KodeStar 926a9bdb03
Merge pull request #190 from ullbergm/app-Mylar
Foundation App: Mylar
2018-06-13 15:18:41 +01:00
Birger J. Nordølum fc2d837a2c
.gitattributes: More settings added 2018-06-13 16:15:38 +02:00
KodeStar 3f69ccab99
Merge pull request #192 from ullbergm/app-Headphones
Foundation App: Headphones
2018-06-13 15:09:58 +01:00
KodeStar b6ee82ee52
Merge pull request #201 from shuaiscott/master
Enhanced App: Deluge
2018-06-13 15:09:25 +01:00
KodeStar da1eb859a9
Merge pull request #202 from MindTooth/enhanced_traefik
Enhanced App: Traefik
2018-06-13 15:08:11 +01:00
KodeStar 2b5269b823
Merge pull request #203 from MindTooth/fix_webpack
Fixes typo in webpack.mix.js
2018-06-13 15:07:19 +01:00
ullbergm 6c8eeb0ced
Merge branch 'master' into app-Mylar 2018-06-10 07:39:37 -04:00
Magnus Ullberg c5e0f3abc8 Revert "Merge branch 'master' into app-Mylar"
This reverts commit 586941ece7, reversing
changes made to 263a4578d4.
2018-06-10 07:34:48 -04:00
Birger J. Nordølum c6dbe22c57
Fixes typo in webpack.mix.js 2018-06-10 13:20:46 +02:00
KodeStar 51776e2aa3
Merge pull request #200 from ullbergm/Add-option-to-open-links-in-current-window-or-new-tab
WIP: Add option to open links in current window or new tab
2018-06-10 09:01:25 +01:00
KodeStar c9d24607f6
Merge pull request #199 from MindTooth/tweak_names
lang_en: Reworded some strings, and removed whitespace
2018-06-10 08:53:37 +01:00
KodeStar 46f7a3d4f3
Merge pull request #198 from MindTooth/transmission_url
Transmission: Added custom URL
2018-06-10 08:50:33 +01:00
KodeStar 56cf450c89
Merge pull request #195 from ullbergm/app-MusicBrainz
Foundation App: MusicBrainz
2018-06-10 08:36:33 +01:00
KodeStar 38c350b020
Merge pull request #194 from ullbergm/app-LibreNMS
Foundation App: LibreNMS
2018-06-10 08:30:09 +01:00
KodeStar 1f46040f1b
Merge pull request #193 from ullbergm/app-LazyLibrarian
Foundation App: LazyLibrarian
2018-06-10 08:29:03 +01:00
KodeStar 63b95319cd
Merge pull request #191 from ullbergm/app-Booksonic
Foundation App: Booksonic
2018-06-10 08:25:17 +01:00
Birger J. Nordølum a25d92be9e
Traefik: enhanced conversion 2018-06-09 18:20:36 +02:00
Scott Carlson a161210a4a
Moving Deluge to Enhanced List 2018-06-08 15:39:57 -05:00
shuaiscott 24469eb2fa Adding Enhanced Deluge 2018-06-08 13:58:17 -06:00
ullbergm a93fb49875
Update Item.php 2018-06-07 17:35:01 -04:00
ullbergm 08d7cdf95b
Update SettingsSeeder.php 2018-06-07 12:34:35 -04:00