wat icon indicating copy to clipboard operation
wat copied to clipboard

self-hosted drop-in replacement for wakatime, a time-tracking service (wip)

Results 9 wat issues
Sort by recently updated
recently updated
newest added

Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.2 to 1.4.6. Release notes Sourced from diesel's releases. 1.4.6 Fixed Fixed a use-after-free issue in the QueryableByName implementation of our Sqlite backend Updated several dependencies 1.4.5...

dependencies
rust

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...

dependencies
rust

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies
rust

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...

dependencies
rust

Bumps [rgb](https://github.com/kornelski/rust-rgb) from 0.8.14 to 0.8.32. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rgb&package-manager=cargo&previous-version=0.8.14&new-version=0.8.32)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

Just for anyone else that comes here in hopes of getting a self-hosted wakatime server. This project is only in the beginning stages and cannot be used for anything. It...

- [ ] User-related Stuff - [x] Registration - [x] Login - [x] Logout - [ ] Forgot password - [ ] Change password - [ ] Verify email -...

- [ ] GET users/:user/durations - [ ] GET users/:user/goals - [ ] GET users/:user/heartbeats - [ ] GET users/:user/projects - [ ] GET users/:user/stats/:range - [ ] GET users/:user/summaries...

I am not familiar with Rust, so a little documentation on how to get the project started would be great. Or alternatively, as already mentioned in #1, having a Dockerfile...