Davide Polonio
5d760b7ee8
Fix emby/user/public API leaking private data
...
This commit fixes the emby/user/public API that was returning more data
than necessary. Now only the following information are returned:
- the account name
- the primary image tag
- the field hasPassword
- the field hasConfiguredPassword, useful for the first wizard only
(see
https://github.com/jellyfin/jellyfin/issues/880#issuecomment-465370051 )
- the primary image aspect ratio
A new DTO class, PrivateUserDTO has been created, and the route has been
modified in order to return that data object.
5 years ago
Bond_009
ab57b504fe
Delete user config dir on user deletion
5 years ago
Bond_009
3221e837f9
* Add support for multi segment base urls
...
* Make baseurl case-insensitive
5 years ago
Bond-009
2b1e766c17
Update MediaBrowser.Controller/Library/IUserManager.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Bond_009
fef35d0505
Add clearer exceptions, warnings and docs
5 years ago
Bond_009
8d3b5c851d
Improvements to UserManager
5 years ago
Phallacy
09921a00aa
made password resets an interface and per user
6 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
26ca4b607b
Visual Studio Reformat: MediaBrowser.Controller
6 years ago
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
77695f8abe
3.2.40.1
7 years ago
Luke Pulverenti
bca1d65bdc
fixes #1074
7 years ago
Luke Pulverenti
e287e3a50d
remove async when there's nothing to await
7 years ago
Luke Pulverenti
ccb694a89a
update home sections
8 years ago
Luke Pulverenti
0d8636d859
update image magick sharp
10 years ago
Luke Pulverenti
10cfb3c43c
sync updates
10 years ago
Luke Pulverenti
792e4c4f1b
sync updates
10 years ago
Luke Pulverenti
a6145e54d9
support in-home easy password
10 years ago
Luke Pulverenti
42b1416602
begin work on daily episodes
10 years ago
Luke Pulverenti
8807e80d0a
start using user policy
10 years ago
Luke Pulverenti
3c48def0d7
sync updates
10 years ago
Luke Pulverenti
d7bdb744ca
add new image params
10 years ago
Luke Pulverenti
40897bac14
fixes #941 - Rework password recovery and remove IsLocal checks
10 years ago
Luke Pulverenti
b5842f9f19
rework build scripts
10 years ago
Luke Pulverenti
4f207c43dd
update connect methods
10 years ago
Luke Pulverenti
1d70f5469f
update connect
10 years ago
Luke Pulverenti
5c615fa024
add connect linking
10 years ago
Luke Pulverenti
e3c8694471
3.0.5340.20849
10 years ago
Luke Pulverenti
e84ba17b9f
add activity log feature
10 years ago
Luke Pulverenti
59dc591f66
update to jquery mobile 1.4.3
11 years ago
Luke Pulverenti
414b1251c7
dlna fixes
11 years ago
Luke Pulverenti
f02c326027
Removed guids from the model project
11 years ago
Luke Pulverenti
546acf0ebb
fixes #715 - Support creating/editing collections (boxsets) in web client #715
11 years ago
Luke Pulverenti
e924efaa6f
Added a welcome notification
12 years ago
Luke Pulverenti
369107bab8
reduce sizes of cast images
12 years ago
Luke Pulverenti
e1f8c18b51
added ability to track web sockets per session
12 years ago
Luke Pulverenti
785deff188
removed excess hashing in providers and made user data key-based
12 years ago
Luke Pulverenti
31c2d98532
Added a display preferences manager
12 years ago
Luke Pulverenti
4986722c73
made display preferences uniquely identifiable
12 years ago
Luke Pulverenti
1bf4b6110d
Get/Set DisplayPreferences separately through the api
12 years ago
Luke Pulverenti
e2562879d8
Moved userdata to user manager to resolve concurrency issues. must delete userdata and displaypreferences db files.
12 years ago
Luke Pulverenti
b4dd8a2106
moved displaypreferences to usermanager to solve concurrency issues
12 years ago
LukePulverenti
cf61ac0264
fixed client type display for ios. also fixed display preferences saving.
12 years ago
LukePulverenti
bae89ee824
fix duplicate connections on the dashboard
12 years ago
LukePulverenti
4d083b618d
restored request logging
12 years ago
LukePulverenti
ff55da9029
switch authentication to sha1
12 years ago
LukePulverenti
4d71fc1d42
remvoed CO uninstall project
12 years ago