Commit graph

4153 commits

Author SHA1 Message Date
Jyri-Petteri Paloposki
beed8773e6 Add the remaining necessary parameters to the test 2020-09-06 02:44:35 +03:00
Jyri-Petteri Paloposki
e3b064638c #2471: Fix a syntax error probably caused by c66ce02cb when @original_item is nil 2020-09-06 02:25:22 +03:00
Jyri-Petteri Paloposki
294a6356fa #2471: Add test to find similar problems in future 2020-09-06 02:00:11 +03:00
Jyri-Petteri Paloposki
d99361bb3f
Merge pull request #2467 from TracksApp/test_on_all_supported
Run tests on all supported platforms
2020-09-05 04:12:05 +03:00
Jyri-Petteri Paloposki
de25e989db Fix the last test failing on PgSQL by making sure we're editing an active todo when testing notes 2020-09-05 03:51:50 +03:00
Jyri-Petteri Paloposki
41c9d3fb18 Sort the group count values to fix tests in PgSQL broken by 5b6cbf566. 2020-09-05 02:40:26 +03:00
Jyri-Petteri Paloposki
bbb9fc8809 Make LIKE searches case-insensitive also on PgSQL 2020-09-05 02:17:32 +03:00
Jyri-Petteri Paloposki
2217ecf66a
Merge pull request #2476 from TracksApp/dependabot/bundler/bcrypt-3.1.16
Bump bcrypt from 3.1.15 to 3.1.16
2020-09-04 11:04:19 +03:00
dependabot[bot]
4b4897585f
Bump bcrypt from 3.1.15 to 3.1.16
Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.15 to 3.1.16.
- [Release notes](https://github.com/codahale/bcrypt-ruby/releases)
- [Changelog](https://github.com/codahale/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.15...v3.1.16)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 05:35:31 +00:00
Jyri-Petteri Paloposki
fb05169d9d
Merge pull request #2473 from TracksApp/dependabot/bundler/rubocop-0.90.0
Bump rubocop from 0.89.1 to 0.90.0
2020-09-02 12:47:28 +03:00
dependabot[bot]
3ee8237029
Bump rubocop from 0.89.1 to 0.90.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.89.1 to 0.90.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.89.1...v0.90.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 05:51:27 +00:00
Jyri-Petteri Paloposki
2cd6bafa09
Merge pull request #2469 from TracksApp/fix/2468_recurring_dialog_fix
#2468: Fix the recurring todo dialog UI bug.
2020-09-01 14:49:40 +03:00
Jyri-Petteri Paloposki
858ce1b0d3 #2468: Fix the recurring todo dialog UI bug.
This probably shouldn't be necessary, but I couldn't quickly figured out what had changed for the dialog to behave incorrectly. Seems to work.

Fixes #2468.
2020-09-01 14:34:57 +03:00
Jyri-Petteri Paloposki
a7661eb33a
Update SECURITY.md 2020-08-31 21:38:16 +03:00
Jyri-Petteri Paloposki
e89511aec8 Run tests on all supported platforms 2020-08-26 03:53:02 +03:00
Jyri-Petteri Paloposki
042075d1e8
Merge pull request #2466 from TracksApp/2.5.0
Version 2.5.0
2020-08-25 21:55:58 +03:00
Jyri-Petteri Paloposki
e25c50503c Fix the jquery requires in the stylesheets and the missing Yarn warning. 2020-08-25 21:46:27 +03:00
Jyri-Petteri Paloposki
998bfa4248 Version 2.5.0 2020-08-25 19:08:23 +03:00
Jyri-Petteri Paloposki
0e5da18b71
Merge pull request #2453 from TracksApp/dependabot/bundler/aasm-5.1.1
Bump aasm from 4.12.3 to 5.1.1
2020-08-25 17:55:28 +03:00
Jyri-Petteri Paloposki
e0d6b25f35 Fix the AASM Proc calls 2020-08-25 17:47:08 +03:00
Jyri-Petteri Paloposki
21b3eaa8f0
Merge pull request #2465 from TracksApp/dependabot/bundler/spring-2.1.1
Bump spring from 2.1.0 to 2.1.1
2020-08-25 14:54:07 +03:00
dependabot[bot]
60885c0893
Bump spring from 2.1.0 to 2.1.1
Bumps [spring](https://github.com/rails/spring) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/rails/spring/releases)
- [Changelog](https://github.com/rails/spring/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/spring/compare/v2.1.0...v2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-25 05:53:55 +00:00
Jyri-Petteri Paloposki
b072d8ab2d
Create SECURITY.md 2020-08-21 18:54:37 +03:00
Jyri-Petteri Paloposki
a0768636c3 Try fixing a few test deprecations 2020-08-20 19:33:46 +03:00
Jyri-Petteri Paloposki
e404ff7c96
Merge pull request #2461 from TracksApp/dependabot/bundler/rails-6.0.3.2
Bump rails from 5.2.4.3 to 6.0.3.2
2020-08-20 14:23:12 +03:00
Jyri-Petteri Paloposki
7c8fe5c9be Whitespace changes 2020-08-20 14:07:45 +03:00
dependabot[bot]
2eb4025486
Bump rails from 5.2.4.3 to 6.0.3.2
Bumps [rails](https://github.com/rails/rails) from 5.2.4.3 to 6.0.3.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.4.3...v6.0.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-20 09:27:26 +00:00
Jyri-Petteri Paloposki
b3161a03dd
Merge pull request #2462 from TracksApp/dependabot/bundler/sassc-rails-2.1.2
Bump sassc-rails from 2.0.0 to 2.1.2
2020-08-20 12:26:35 +03:00
Jyri-Petteri Paloposki
31af1a7f3d Move asset precompile config to config/manifest.js for Sprockets 4. 2020-08-20 12:16:33 +03:00
dependabot[bot]
c39a97cbf8
Bump sassc-rails from 2.0.0 to 2.1.2
Bumps [sassc-rails](https://github.com/sass/sassc-rails) from 2.0.0 to 2.1.2.
- [Release notes](https://github.com/sass/sassc-rails/releases)
- [Commits](https://github.com/sass/sassc-rails/compare/v2.0.0...v2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-20 06:13:52 +00:00
Jyri-Petteri Paloposki
f077af520c
Merge pull request #2460 from TracksApp/remove-mocha-deprecation-warning
Remove mocha deprecation warning
2020-08-20 03:47:55 +03:00
Jyri-Petteri Paloposki
337b84bd41
Merge pull request #2459 from TracksApp/fix_signout_icon
Fix signout icon; the original is only available in FA 5 Pro
2020-08-20 03:45:17 +03:00
Jyri-Petteri Paloposki
a504e0a0c1 Fix signout icon; the original is only available in FA 5 Pro 2020-08-20 03:32:33 +03:00
Jyri-Petteri Paloposki
d75e019fc8
Merge pull request #2440 from TracksApp/new_colors
New colors to replace the heavy black.
2020-08-20 03:10:47 +03:00
Jyri-Petteri Paloposki
9982217ee9 Add theme selector to preferences and return the previous black theme as an alternative 2020-08-20 02:46:45 +03:00
Jyri-Petteri Paloposki
2e9a0d2b4c New colors to replace the heavy black. 2020-08-20 02:46:03 +03:00
Jyri-Petteri Paloposki
f06d391648
Merge pull request #2458 from TracksApp/replace_sass_with_sassc
Replace sass-rails with sassc-rails.
2020-08-19 13:31:16 +03:00
Jyri-Petteri Paloposki
6383c3d998 Replace sass-rails with sassc-rails. 2020-08-19 13:24:34 +03:00
Jyri-Petteri Paloposki
52cdab8146
Merge pull request #2393 from TracksApp/dependabot/bundler/font-awesome-sass-5.13.0
Bump font-awesome-sass from 4.5.0 to 5.13.0
2020-08-19 12:33:12 +03:00
Jyri-Petteri Paloposki
7bad259d2c Fixed a few more uses of the library icon helper 2020-08-19 12:25:59 +03:00
Jyri-Petteri Paloposki
ea6c11c3a4 Add the style parameter 2020-08-19 12:03:44 +03:00
Jyri-Petteri Paloposki
7308eca6c1
Merge pull request #2457 from TracksApp/dependabot/bundler/solargraph-0.39.15
Bump solargraph from 0.39.14 to 0.39.15
2020-08-19 11:09:48 +03:00
dependabot[bot]
99e2d0bb10
Bump solargraph from 0.39.14 to 0.39.15
Bumps [solargraph](https://github.com/castwide/solargraph) from 0.39.14 to 0.39.15.
- [Release notes](https://github.com/castwide/solargraph/releases)
- [Commits](https://github.com/castwide/solargraph/compare/v0.39.14...v0.39.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-19 05:51:06 +00:00
Jyri-Petteri Paloposki
399e2c0b76 Try potential fix for aasm 5.x 2020-08-19 02:42:36 +03:00
dependabot-preview[bot]
8c2c165480
Bump font-awesome-sass from 4.5.0 to 5.13.0
Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 4.5.0 to 5.13.0.
- [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases)
- [Commits](https://github.com/FortAwesome/font-awesome-sass/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18 14:10:35 +00:00
Jyri-Petteri Paloposki
9fee89fe90
Merge pull request #2416 from TracksApp/dependabot/bundler/jquery-ui-rails-6.0.1
Bump jquery-ui-rails from 5.0.5 to 6.0.1
2020-08-18 17:09:40 +03:00
Jyri-Petteri Paloposki
112419e713 Fix the included files for the new version of jquery-ui-rails. Don't know why the menu stylesheet wasn't previously needed as a separate include, but seems to work with the file added. 2020-08-18 17:00:28 +03:00
Jyri-Petteri Paloposki
90653568ef Merge remote-tracking branch 'origin/master' into dependabot/bundler/jquery-ui-rails-6.0.1 2020-08-18 15:46:47 +03:00
Jyri-Petteri Paloposki
9c9802f040
Merge pull request #2452 from TracksApp/feature/user_delete
Feature/user delete
2020-08-18 15:36:28 +03:00
Jyri-Petteri Paloposki
320da8b72a Compare int to int 2020-08-18 15:27:43 +03:00