Commit Graph

99 Commits

Author SHA1 Message Date
Shiny Nematoda 689d43577d
Fix local playlist import 2023-06-20 17:42:11 +02:00
Bnyro c1c8faaf5b
Merge pull request #2553 from Bnyro/local-playlists
Playlists without an account
2023-06-19 14:34:32 +02:00
Bnyro ee57a0c348 Simplify local playlist indexeddb queries 2023-06-19 14:28:09 +02:00
Nyte 840e844947
Fix buttons UI under video player, add icon for Odysee (#2551)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-06-16 15:07:35 +00:00
Bnyro d044accf5e Fix removing videos from local playlist 2023-06-16 08:39:44 +02:00
Bnyro f854af3581 Remove unused logging for debugging 2023-06-15 23:12:26 +02:00
Bnyro 4056c44fbb Implement restoring backups and auto-delete unused videos 2023-06-15 23:03:57 +02:00
Bnyro a52c511d29 Fix remaining issues with local playlists 2023-06-15 22:41:26 +02:00
Bnyro 37d6423e08 Add support for local playlists 2023-06-15 19:18:47 +02:00
Bnyro 2e64c4f003 Refactor playlist logic into dedicated functions 2023-06-15 17:32:32 +02:00
Bnyro c217d5e4e3 Subscription groups 2023-05-07 19:56:56 +02:00
Kavin f9bd43a4c3
Fix for NaN preferences breaking things. 2023-03-20 00:44:10 +00:00
Alin 005a938261 add watch progress bar 2023-02-16 17:26:14 +00:00
novenary 7b832a981c Use getPreference* instead of accessing localStorage directly 2023-02-02 15:25:45 +02:00
Bnyro 5978848327 Properly rewrite channel descriptions 2023-01-30 19:42:57 +01:00
Bnyro 8a801ab404 Support for exporting the watch history as playlist 2023-01-27 17:27:40 +01:00
Kavin ece47821fb
Ensure watch history preference actually works. 2023-01-13 13:40:12 +00:00
Bnyro 5076701f58 Fix unsubscribing without account 2023-01-10 19:30:16 +01:00
Bnyro d84580cf4f Add support for playlist bookmarks 2023-01-06 19:30:28 +01:00
Kavin adf5f7da64
Don't show alerts in some scenarios. 2022-11-16 18:51:56 +00:00
Kavin 6b9151e47f
Add better error messages for localStorage disabled. 2022-11-16 18:49:11 +00:00
thecashewtrader f0fdd84bae
Add Watch on YouTube button 2022-11-06 00:44:48 +00:00
Kavin 7ac0940bd5
Try catch for NumberFormat.
See https://github.com/TeamPiped/Piped/pull/1675#issuecomment-1302587072
2022-11-03 19:54:00 +00:00
Kavin 99c4d65864
Merge pull request #1675 from thecashewtrader/number-format-respect-settings
Make numberFormat respect language and region settings
2022-11-03 17:11:37 +00:00
thecashewtrader fe64adf6d6 Fix typo: defaultLangage to defaultLanguage 2022-11-03 22:15:28 +05:30
thecashewtrader 33bb381035 Make numberFormat respect language and region settings 2022-11-03 22:13:41 +05:30
thecashewtrader 5a0076779a Localize numbers using Internalisation API 2022-10-22 21:24:44 +05:30
Kavin ce48bd55f1
Fix vite from complaining about import analysis. 2022-10-19 23:16:22 +01:00
Kavin 2fb5aa2bec
Move theme handling away from mixin. 2022-10-10 10:13:21 +01:00
Bnyro 9621c346c0 fix stacked listeners 2022-10-06 21:20:35 +02:00
Bnyro c7595049bd better handling of the auto theme to prevent further bugs with it 2022-10-06 19:58:31 +02:00
Kavin d6803372f2
Fix url replacement.
Closes #1534
2022-10-06 09:54:01 +01:00
Bnyro 88e0c60be0
add footer config 2022-10-02 14:48:32 +01:00
Kavin a6927f9bd9
Don't replace timestamp's text in description. 2022-09-01 20:50:06 +05:30
Bnyro 4af8256a98
remove the unused YT icon 2022-08-29 18:36:49 +05:30
Bnyro 960e0ce15e
add share dialog 2022-08-29 18:36:49 +05:30
Kavin 471e81f556
Initial migration to UnoCSS. 2022-08-29 18:32:55 +05:30
Bnyro 33c88a766e
Merge branch 'master' into playlist 2022-08-06 12:54:55 +02:00
Kavin 4bacca566e
Fix error when subscriptions are null. 2022-08-04 11:38:04 +05:30
Bnyro 5b7f99c9e0 cleanup 2022-08-02 10:14:03 +02:00
Bnyro 7899b4aea4 fix unauthenticated subs == null 2022-08-02 10:08:50 +02:00
Bnyro fa88624f8b download playlists as txt 2022-08-02 10:08:26 +02:00
Bnyro c51a3a828e
unauthenticated subscriptions (#1270)
* hmm

* unauthenticated feed

* unauthenticated rss

* Small improvements to code.

* add unauthenticated subscriptions

* cleanup

* Sort subs locally.

* Fix some bugs and small improvements.

Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2022-08-01 19:46:06 +05:30
Bnyro 6c3eb2304d clone playlist from youtube 2022-07-21 22:51:41 +02:00
Kavin 37512b4e77
Allow the usage of a different instance for authentication. 2022-07-21 09:34:57 +05:30
Kavin 1dbd1e375b
Fix default language detection.
Closes #1118
Closes #743
2022-06-26 02:53:36 +01:00
Kavin 4d18bf8004
Add support for playlists. 2022-04-07 03:42:00 +01:00
FireMasterK 619a1d0d7e
Replace emails with mailto links.
Closes #822
2022-02-13 19:37:05 +00:00
FireMasterK 9b18f2eff2
Add live indicator for videos, pretranslate more components. 2022-01-30 23:48:27 +00:00
FireMasterK 3d188f2cc8
Remove all references to uikit. 2022-01-12 12:13:04 +00:00