Commit graph

4262 commits

Author SHA1 Message Date
dependabot[bot]
e99ef54074
Bump acts_as_list from 1.0.1 to 1.0.2
Bumps [acts_as_list](https://github.com/brendon/acts_as_list) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/brendon/acts_as_list/releases)
- [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brendon/acts_as_list/compare/v1.0.1...v1.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 05:50:59 +00:00
Jyri-Petteri Paloposki
77abfcfdbc
Merge pull request #2480 from TracksApp/dependabot/bundler/rails-6.0.3.3
Bump rails from 6.0.3.2 to 6.0.3.3
2020-09-10 18:47:19 +03:00
dependabot[bot]
773a77bf21
Bump rails from 6.0.3.2 to 6.0.3.3
Bumps [rails](https://github.com/rails/rails) from 6.0.3.2 to 6.0.3.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v6.0.3.2...v6.0.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 05:20:41 +00:00
Jyri-Petteri Paloposki
7e313bfafb
Merge pull request #2479 from TracksApp/dependabot/bundler/puma-4.3.6
Bump puma from 4.3.5 to 4.3.6
2020-09-08 01:22:58 +03:00
dependabot[bot]
30f293208a
Bump puma from 4.3.5 to 4.3.6
Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.3.5...v4.3.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 05:26:57 +00:00
Jyri-Petteri Paloposki
9eaf8c4c09
Merge pull request #2478 from TracksApp/fix/#2472_calendar_due_edit_fail
#2472: Editing an due date from the calendar causes server error
2020-09-06 14:25:42 +03:00
Jyri-Petteri Paloposki
abad8c77ee #2472: Fix fetching calendar ID on task update. Didn't figure out when this has been broken – could be c66ce02cb, but not sure how. 2020-09-06 14:06:57 +03:00
Jyri-Petteri Paloposki
27f7fca29e #2472: Add test to find similar problems in future 2020-09-06 12:30:02 +03:00
Jyri-Petteri Paloposki
d7f5854d42
Merge pull request #2477 from TracksApp/fix/#2471_todo_add_fail_context_view
#2471: Adding todo fails in context view
2020-09-06 04:19:37 +03:00
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