Commit Graph

38 Commits

Author SHA1 Message Date
Kasper Rynning-Tønnesen
15eeb3cc60 Working without jQuery 2018-04-25 23:19:49 +02:00
Kasper Rynning-Tønnesen
8cb8c46f2f Working results 2018-04-25 17:11:58 +02:00
Kasper Rynning-Tønnesen
e01bef2ace Completely removed jQuery
- Missing results/search not working properly
2018-04-25 16:59:40 +02:00
Kasper Rynning-Tønnesen
a5134928b5 migrated much of the listeners 2018-04-24 14:47:31 +02:00
Kasper Rynning-Tønnesen
30885e332b Removed 300 or something jquery references so far 2018-04-24 12:05:57 +02:00
Kasper Rynning-Tønnesen
a6e91ce590 Started migration from jquery 2018-04-23 17:53:07 +02:00
Kasper Rynning-Tønnesen
bd9b42fd9e Changed to materlializeCSS beta-1, that doesn't use jQuery 2018-04-06 15:51:04 +02:00
Kasper Rynning-Tønnesen
e5460bf605 Both client and mobile send ajax at the beginning when socket disconnected 2018-03-23 18:40:08 +01:00
Kasper Rynning-Tønnesen
3048527635 Fixed issue with client vote/add and such 2018-03-23 17:54:43 +01:00
Kasper Rynning-Tønnesen
264948a88a Removed unused variable 2018-03-22 16:01:14 +01:00
Kasper Rynning-Tønnesen
9ccdcf7aec Better YouTube importing, and auth-form prettier 2018-03-22 15:53:55 +01:00
Kasper Rynning-Tønnesen
f518a06ed2 Changed functionality for adding playlists
dquote> - Sending event for addPlaylist, and sending the whole list instead of one-by one
2018-03-21 21:10:08 +01:00
Kasper Rynning-Tønnesen
4e87a6309f Uncommented 2018-03-21 20:29:35 +01:00
Kasper Rynning-Tønnesen
25f515ffa7 Fixed issue with not incrementing on adding from other channel 2018-03-21 20:29:15 +01:00
Kasper Rynning-Tønnesen
82140ace20 Started work for having session-logins instead of sending passwords back and forth 2018-03-13 16:26:51 +01:00
Kasper Rynning-Tønnesen
8c1c0011a2 Removed some aes/sha256 from dependencies on clientside 2018-03-13 12:39:24 +01:00
Kasper Rynning-Tønnesen
3f0f8eb5d9 Updating channel to fetch prettier 2018-03-12 19:17:01 +01:00
Kasper Rynning-Tønnesen
9839c0bdda Timeout api, and fixes it lead to
- timeout on api-calls with Retry-After present in header
- Fixed issue where when server restarts you are sometimes logged out for some reason
- README updates
2018-03-01 14:55:23 +01:00
Kasper Rynning-Tønnesen
2e8ef6739c Added a try-again for commands with password if there exists an adminass saved 2018-02-28 15:40:55 +01:00
Kasper Rynning-Tønnesen
86f8a936fc Better Helper.log and view 2018-02-26 12:56:43 +01:00
Kasper Rynning-Tønnesen
973a4f6fa9 Moved api-keys out of 'sight', and added analytics as optional 2018-02-26 12:35:11 +01:00
Kasper Rynning-Tønnesen
8bd4effe9b Fix for visuals of mobile results
- Fix for no results being appended infinitely
- Loader on search input bar instead of interferring
2018-02-26 11:39:50 +01:00
Kasper Rynning-Tønnesen
fd6db734f4 Refactored to have more files, but less long files 2018-01-31 11:28:35 +01:00
Kasper Rynning-Tønnesen
23ad15e662 Better exporting, and small issues with sizing in panel 2017-11-11 16:16:34 +01:00
Kasper Rynning-Tønnesen
b66888ada0 Improved import/export functions, started using levenshtein distance as a supplement 2017-11-10 14:03:11 +01:00
Kasper Rynning-Tønnesen
47a1668cd5 Added functionality for setting start and end on a song 2017-11-08 15:33:50 +01:00
Kasper Rynning-Tønnesen
605468e891 No scroll on search 2017-11-07 16:44:24 +01:00
Kasper Rynning-Tønnesen
7bf551dfce Search pagination and animations
- Added previous and next button at the end of searches, and styled the buttons
- Added so buttons only work when there are a previous or next page, depending on what is clicked
- Added a pretty and better way of showing the search with animations
2017-11-06 15:59:57 +01:00
Kasper Rynning-Tønnesen
68d243c93a Removed some old functions and indented code 2017-09-22 11:42:26 +02:00
Kasper Rynning-Tønnesen
8427c1bd70 Fixing issue with decodeURIComponent 2017-07-09 23:14:53 +02:00
Kasper Rynning-Tønnesen
daabc07268 Options menu on playlist elements 2017-05-30 19:48:49 +02:00
Kasper Rynning-Tønnesen
7678ce5dbe Added open in YouTube button on search, and setting start/endtime of YouTube video.
- Opening for further development with userset end/starttime
2017-05-29 22:20:05 +02:00
Kasper Rynning-Tønnesen
fb9572c6cf Trying to fix error where results sometimes end up as undefined when searching 2017-05-27 22:42:53 +02:00
Kasper Rynning-Tønnesen
0ffe14cbdf Embedded is now also ajour 2017-05-16 17:26:22 +02:00
Kasper Rynning-Tønnesen
a84f338534 indentations on server.js 2017-05-06 13:46:17 +02:00
Kasper Rynning-Tønnesen
f1d4b80636 Fixed a lot of indentations 2017-05-06 13:21:39 +02:00
Kasper Rynning-Tønnesen
f71dcb51e9 Made major improvements to embedded player, added option for making server force clients to fully refresh, and added some more failsafes for the server 2017-05-05 17:35:27 +02:00
Kasper Rynning-Tønnesen
84dd2d7b9f Updated routing somewhat, so it should be possible to run the server without being in the correct folder 2017-05-03 18:37:16 +02:00