Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Releases: hel-repo/hel

Version 3.4.0

05 Apr 15:52
v3.4.0
fb1705f
Compare
Choose a tag to compare

Changes

  • Salt passwords.
    • Added user.salted field.
    • Updated auth view to salt passwords when signing up.
    • Updated auth view to replace old passwords in the database when logging in.
    • Updated auth view to properly check for password validity.
    • Updated user update view to salt password when changing it.
  • Configured logging in development.ini.
  • Increased the maximum length of short description to 300 characters.
  • Forbade using uppercase characters in package names.

Version 3.3.0

22 Feb 10:50
v3.3.0
645678a
Compare
Choose a tag to compare

Changes

  • Added versions.files.path. Deprecated versions.files.dir and versions.files.name.

Version 3.1.0

24 Nov 10:44
v3.1.0
Compare
Choose a tag to compare

PR: #17

Changes

  • Added owners search param.
  • Added q search param.
  • Added group ~banned.
  • Wrapped User:PATCH.
  • Added more error-checking.

Version 3.0.3

17 Nov 16:24
v3.0.3
Compare
Choose a tag to compare

PR: #16

Changes

  • Added dependency remove code.
  • Refactored the code of package update route a bit.
  • Removed compatibility code.
  • Removed an ACE granting all permissions to ~allperms.

Version 3.0.2

14 Nov 09:44
v3.0.2
Compare
Choose a tag to compare

PR: #15

Changes

  • Added the PATCH request method to the list of allowed HTTP methods.
  • Added the line of code to actually change the name of a package.
  • Fixed crash when sending preflight CORS request without Access-Control-Request-Headers.

Version 3.0.1

09 Nov 11:31
v3.0.1
Compare
Choose a tag to compare

PR #12

Changes

  • Reissue tickets on every request. They become invalid after log out.
  • Respond with 200 OK instead of 204 No Content if tried to log-in or register when logged in.
  • Copypasted a more advanced solution to CORS problem.

Version 3.0.0

03 Nov 09:59
v3.0.0
Compare
Choose a tag to compare

PR: #10

Changes

  • Unified responses.
  • Refactored the code.
  • Removed stats.downloads.
  • Renamed data.data (Packages:GET) to data.list.
  • Added the same metadata to the response of Users:GET as the Packages:GET's.
  • Always set Content-Type to application/json.
  • Removed the teapot route. 😨

Version 2.1.1

03 Nov 08:33
v2.1.1
1558eb3
Compare
Choose a tag to compare

Changes

  • Added more CORS headers.

Version 2.1.0

01 Nov 20:08
v2.1.0
1558eb3
Compare
Choose a tag to compare
  • PR: #8
  • Deployed.

Changes

  • ✨ 💎 /profile route.

Version 2.0.1

29 Oct 13:17
v2.0.1
f64ba84
Compare
Choose a tag to compare
  • PR: #7
  • Deployed: yes.

Details

A small fix of a small bug that causes problems.

Changes

  • 🪲 📦 Some fields could be not created when PATCHing a package.