Commit Graph

89 Commits (angular-17)

Author SHA1 Message Date
Isaac Abadi 3912655912 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into angular-17 2 years ago
Tzahi12345 4bf03bfd1a Added new Angular configuration for codespaces
Added CORS control support for codespaces
2 years ago
Isaac Abadi 7cf5d86fc3 Updated styles.scss to match new Angular syntax
Added back ngx-avatars

Made required dependency updates
2 years ago
Isaac Abadi f57e0ab187 Updated Angular Material to v17 2 years ago
Isaac Abadi 517c9e169d Updated to Angular 17 2 years ago
Isaac Abadi 69d8751484 Updated Angular Material to v16 2 years ago
Isaac Abadi c3c8f50a92 Updated to Angular 16 2 years ago
Isaac Abadi caadf4f9d2 Temporarily removed ngx-avatars 2 years ago
Isaac Abadi d02d100001 Force ngx-avatars to use angular 16 2 years ago
Tzahi12345 85577ac528 Updated front-end package-lock.json to 3 and fixed ngx-avatars related npm install fail 2 years ago
Tzahi12345 6eadb37532
4.3.2 release (#929)
* Upgraded version to 4.3.2
* Prevent null userid/username registration
2 years ago
Tzahi12345 19f35d6af4 Updated content-loader and ngx-file-drop to improve build times 2 years ago
Tzahi12345 42bc255d6c Removed fingerprintjs2 and sessionID param 2 years ago
Tzahi12345 2df3b9cbfd Removed electron (for now) 2 years ago
Tzahi12345 21463762ce Removed rimraf install from package.json 2 years ago
Tzahi12345 b06f6a81bb Force rmraf install 2 years ago
Tzahi12345 6f13eab550 Force rimraf to use locally installed version https://stackoverflow.com/questions/49092120/sh-1-rimraf-not-found-whenever-i-run-npm-run-build-within-vagrant-installed-o 2 years ago
Tzahi12345 71692f6b13 Updated dependencies 2 years ago
Tzahi12345 4b2e5fb636 Incremented version to v4.3.1 2 years ago
Tzahi12345 a2b5484b75 Updated OpenAPI version 2 years ago
Isaac Abadi bfcc6a0697 Dependencies update 3 years ago
Isaac Abadi b11a4e006c Updated to material design v15 3 years ago
Isaac Abadi 4583e3e5d4 Fixed compilation error 3 years ago
Isaac Abadi 6d5a108cb6 Updated angular to v15 3 years ago
Isaac Abadi 790db77832 Updated ngx-avatars 3 years ago
Isaac Abadi b1c213f9be Updated angular material to v14 3 years ago
Isaac Abadi 49ecaee58c Angular updated to v14 3 years ago
Isaac Abadi 64b1a9e5c0 Updated mangled translations
Improved automatic translations command
3 years ago
Isaac Abadi 0ffd7022d0 Removed nodemon
Fixed several dependency vulnerabilities
3 years ago
Isaac Abadi 895c385d6b Updated version to 4.3 3 years ago
Isaac Abadi 664b635439 Updated English source translation file 3 years ago
Isaac Abadi 02e90fe818 Fixed issue where icons would not render properly 3 years ago
Isaac Abadi a4cfafe63c Updated frontend and backend dependencies, fixed some security issues 3 years ago
Isaac Abadi 5025b235b7 Updated angular material to v13 3 years ago
Isaac Abadi 5d540fc52a Updated angular to v13 3 years ago
Isaac Abadi 55dfc17d62 Updated ngx-file-drop to support angular v13 3 years ago
Isaac Abadi 2459403b22 Updated angular material 3 years ago
Isaac Abadi ed5f910c33 Updated angular to v12 3 years ago
Isaac Abadi 468e7153e4 Updated ngx-videogular 3 years ago
dependabot[bot] 343a9bf70b
Bump electron from 9.4.0 to 13.6.6
Bumps [electron](https://github.com/electron/electron) from 9.4.0 to 13.6.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v9.4.0...v13.6.6)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] a7c36898fa
Bump karma from 5.0.9 to 6.3.16
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.9 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.0.9...v6.3.16)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Isaac Abadi be94bc81c8 Removed prepare statement in package.json 4 years ago
Isaac Abadi 3937700eff Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into api-generator 4 years ago
Isaac Abadi f0c3837ee5 Translation JSONs are now generated at build time, removing the necessity to manually run xliff-to-json
- added postbuild.mjs to facilitate this
- all ng build --prod's have been replaced with npm run build
4 years ago
dependabot[bot] 1e9eec1b55
Bump electron from 8.2.0 to 9.4.0
Bumps [electron](https://github.com/electron/electron) from 8.2.0 to 9.4.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v8.2.0...v9.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Isaac Abadi 5a90be7703 Logger is now separated into its own module
Added eslint and fixed many logic errors based on its recommendations
4 years ago
Isaac Abadi 8b1a1a56e3 Added SponsorBlock support for skipping ads when viewing supported videos
Updated default value for subscriptions check interval (new value of 86,400 only existed in the default.json)

Text inputs in settings menu are now larger
4 years ago
Isaac Abadi 49925848ff Material Icons are now hosted locally to avoid requesting them from Google for proxied users 4 years ago
Isaac Abadi 0e7bc1979f Updated versioning info 5 years ago
Isaac Abadi 3f10986cdf Updated Angular to version 11
- ngx-videogular was replaced by @videogular/ngx-videogular
5 years ago