martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ab404597c 
							
						 
					 
					
						
						
							
							fix(server): incorrect number of assets for a person ( #7602 )  
						
						... 
						
						
						
						* fix: incorrect number of assets
* fix: tests
* pr feedback
* fix: e2e test
* fix: e2e test
* fix: e2e test
* feat: more tests 
						
						
					 
					
						2024-03-04 18:11:54 -05:00 
						 
				 
			
				
					
						
							
							
								Robert Vollmer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de71d8e0a3 
							
						 
					 
					
						
						
							
							fix(server): regular version check ( #7620 )  
						
						... 
						
						
						
						`dt.diffNow()` equals `dt.diff(DateTime.now())`, so it returns a
negative number when `dt` is in the past (which it always is in this
case).
Therefore we could only get over the condition during startup (when
`this.releaseVersionCheckedAt` isn't set yet), effectively breaking
update notifications while the server is running. 
						
						
					 
					
						2024-03-04 08:42:22 -06:00 
						 
				 
			
				
					
						
							
							
								Sam Holton 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ef202c8b2 
							
						 
					 
					
						
						
							
							feat(server, web): add checkbox to create user screen for shouldChang… ( #7598 )  
						
						... 
						
						
						
						feat(server, web): add checkbox to create user screen for shouldChangePassword 
						
						
					 
					
						2024-03-03 23:40:03 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fa10a254c 
							
						 
					 
					
						
						
							
							feat(web): improve alt text ( #7596 )  
						
						... 
						
						
						
						* alt text
* memory lane alt text
* revert sql generator change
* use getAltText
* oops
* handle large number of people in asset
* nit
* add aria-label to search button
* update api
* fixed tests
* fixed typing
* fixed spacing
* fix displaying null 
						
						
					 
					
						2024-03-03 16:42:17 -05:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebe7a14c14 
							
						 
					 
					
						
						
							
							fix(server): prevent leaking isFavorite and isArchived info ( #7580 )  
						
						... 
						
						
						
						* fix: prevent leaking favorites info
* add e2e test
* fix: e2e test
* fix: isArchived
* fix: keep old version 
						
						
					 
					
						2024-03-02 18:01:24 -05:00 
						 
				 
			
				
					
						
							
							
								Sam Holton 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f03381a5b1 
							
						 
					 
					
						
						
							
							feat(server): allow oauth claim to set 0 for no quota ( #7581 )  
						
						... 
						
						
						
						* feat(server): allow oauth claim to set 0 for no quota
* PR feedback to remove extra objects from user.stub.ts 
						
						
					 
					
						2024-03-02 14:18:56 -06:00 
						 
				 
			
				
					
						
							
							
								Sam Holton 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7303fab9d9 
							
						 
					 
					
						
						
							
							feat(server/web): add oauth defaultStorageQuota and storageQuotaClaim ( #7548 )  
						
						... 
						
						
						
						* feat(server/web): add oauth defaultStorageQuota and storageQuotaClaim
* feat(server/web): fix format and use domain.util constants
* address some pr feedback
* simplify oauth storage quota logic
* adding tests and pr feedback
* chore: cleanup
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
					 
					
						2024-03-01 19:46:07 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c89d91e006 
							
						 
					 
					
						
						
							
							feat: filter people when using smart search ( #7521 )  
						
						
						
						
					 
					
						2024-02-29 16:14:48 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15a4a4aaaa 
							
						 
					 
					
						
						
							
							chore: remove unused upload property ( #7535 )  
						
						... 
						
						
						
						* chore: remove isExternal
* chore: open-api 
						
						
					 
					
						2024-02-29 16:02:08 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d25d91e77 
							
						 
					 
					
						
						
							
							refactor: library e2e ( #7538 )  
						
						... 
						
						
						
						* refactor: library e2e
* refactor: remove before each usages 
						
						
					 
					
						2024-02-29 15:10:08 -05:00 
						 
				 
			
				
					
						
							
							
								Jonathan Jogenfors 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							efa6efd200 
							
						 
					 
					
						
						
							
							feat(server,web): remove external path nonsense and make libraries admin-only ( #7237 )  
						
						... 
						
						
						
						* remove external path
* open-api
* make sql
* move library settings to admin panel
* Add documentation
* show external libraries only
* fix library list
* make user library settings look good
* fix test
* fix tests
* fix tests
* can pick user for library
* fix tests
* fix e2e
* chore: make sql
* Use unauth exception
* delete user library list
* cleanup
* fix e2e
* fix await lint
* chore: remove unused code
* chore: cleanup
* revert docs
* fix: is admin stuff
* table alignment
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
					 
					
						2024-02-29 12:35:37 -06:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb3d81bfc5 
							
						 
					 
					
						
						
							
							chore: build tweaks ( #7484 )  
						
						
						
						
					 
					
						2024-02-29 09:22:25 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc7a329cc8 
							
						 
					 
					
						
						
							
							fix(server): only queue ml / transcoding jobs after thumbnail generation on upload ( #7516 )  
						
						
						
						
					 
					
						2024-02-28 23:23:21 -05:00 
						 
				 
			
				
					
						
							
							
								Jonathan Jogenfors 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4f32a045d 
							
						 
					 
					
						
						
							
							chore: remove watcher polling option ( #7480 )  
						
						... 
						
						
						
						* remove watcher polling
* fix lint
* add db migration 
						
						
					 
					
						2024-02-28 21:20:10 +01:00 
						 
				 
			
				
					
						
							
							
								Fynn Petersen-Frey 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87a7825cbc 
							
						 
					 
					
						
						
							
							feat(server): rkmpp hardware decoding scaling ( #7472 )  
						
						... 
						
						
						
						* feat(server): RKMPP hardware decode & scaling
* disable hardware decoding for HDR 
						
						
					 
					
						2024-02-27 20:32:07 -05:00 
						 
				 
			
				
					
						
							
							
								Fynn Petersen-Frey 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e485e35e9 
							
						 
					 
					
						
						
							
							feat(server): easy RKMPP video encoding ( #7460 )  
						
						... 
						
						
						
						* feat(server): easy RKMPP video encoding
* make linter happy 
						
						
					 
					
						2024-02-27 09:47:04 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb18129843 
							
						 
					 
					
						
						
							
							fix(server): truncate embedding tables ( #7449 )  
						
						... 
						
						
						
						truncate 
						
						
					 
					
						2024-02-27 09:24:23 -06:00 
						 
				 
			
				
					
						
							
							
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e8af16270 
							
						 
					 
					
						
						
							
							refactor(web): search box ( #7397 )  
						
						... 
						
						
						
						* refactor search suggestion handling
* chore: open api
* revert server changes
* chore: open api
* update location filters
* location filter cleanup
* refactor people filter
* refactor camera filter
* refactor display filter
* cleanup
---------
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> 
						
						
					 
					
						2024-02-26 15:45:08 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45ecb629a1 
							
						 
					 
					
						
						
							
							fix(server): storage template migration not working ( #7414 )  
						
						... 
						
						
						
						add `withExif` 
						
						
					 
					
						2024-02-25 13:18:09 -05:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2934b8830 
							
						 
					 
					
						
						
							
							feat(server, web): search location ( #7139 )  
						
						... 
						
						
						
						* feat: search location
* fix: tests
* feat: outclick
* location search index
* update query
* fixed query
* updated sql
* update query
* Update search.dto.ts
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
* coalesce
* fix: tests
* feat: add alternate names
* fix: generate sql files
* single table, add alternate names to query, cleanup
* merge main
* update sql
* pr feedback
* pr feedback
* chore: fix merge
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> 
						
						
					 
					
						2024-02-23 19:42:37 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07ef008b40 
							
						 
					 
					
						
						
							
							fix(server): exclude archived assets from orphaned files ( #7334 )  
						
						... 
						
						
						
						* fix(server): exclude archived assets from orphaned files
* add e2e test 
						
						
					 
					
						2024-02-22 11:16:10 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3cccba78c 
							
						 
					 
					
						
						
							
							fix(server): out of memory when unstacking assets ( #7332 )  
						
						
						
						
					 
					
						2024-02-22 08:50:46 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec55acc98c 
							
						 
					 
					
						
						
							
							perf(server): optimize mapAsset ( #7331 )  
						
						
						
						
					 
					
						2024-02-22 08:48:27 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							749b182f97 
							
						 
					 
					
						
						
							
							fix(server): fix log for setting other vector extension ( #7325 )  
						
						... 
						
						
						
						fix log 
						
						
					 
					
						2024-02-21 18:47:43 -05:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c0c98473d 
							
						 
					 
					
						
						
							
							fix(server, web): people page ( #7319 )  
						
						... 
						
						
						
						* fix: people page
* fix: use locale
* fix: e2e
* fix: remove useless w-full
* fix: don't count people without thumbnail
* fix: es6 template string
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
					 
					
						2024-02-21 17:03:45 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							173b47033a 
							
						 
					 
					
						
						
							
							fix(server): search with same face multiple times ( #7306 )  
						
						
						
						
					 
					
						2024-02-21 09:52:38 -06:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1bc74cdd6 
							
						 
					 
					
						
						
							
							fix(deps): update exiftool ( #7230 )  
						
						... 
						
						
						
						* fix(deps): update exiftool
* documenting such changes would have been too easy
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 
						
						
					 
					
						2024-02-21 08:26:13 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							397570ad1a 
							
						 
					 
					
						
						
							
							chore(server): change transcode default to accept all supported audio codecs ( #7283 )  
						
						... 
						
						
						
						* change transcode defaults
* don't untick accepted audio codecs
* no need to change the transcode policy
* fix tests
* remove log 
						
						
					 
					
						2024-02-21 00:25:30 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb73f6605b 
							
						 
					 
					
						
						
							
							fix(server): don't return archived assets by default ( #7278 )  
						
						... 
						
						
						
						* don't show archived results by default
* fix e2e
* generate sql
* set default in dto
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
					 
					
						2024-02-21 03:59:26 +00:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb5236ae65 
							
						 
					 
					
						
						
							
							fix(server): not in album filter with context search ( #7275 )  
						
						
						
						
					 
					
						2024-02-20 20:44:34 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e33fd40b4c 
							
						 
					 
					
						
						
							
							fix(server): quote database name in migration ( #7277 )  
						
						... 
						
						
						
						quote database name 
						
						
					 
					
						2024-02-21 02:13:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan Jogenfors 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3c7bebbd4 
							
						 
					 
					
						
						
							
							feat(server,web) Semantic import path validation ( #7076 )  
						
						... 
						
						
						
						* add library validation api
* chore: open api
* show warning i UI
* add flex row
* fix e2e
* tests
* fix tests
* enforce path validation
* enforce validation on refresh
* return 400 on bad import path
* add limits to import paths
* set response code to 200
* fix e2e
* fix lint
* fix test
* restore e2e folder
* fix import
* use startsWith
* icon color
* notify user of failed validation
* add parent div to validation
* add docs to the import validation
* improve library troubleshooting docs
* fix button alignment
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
					 
					
						2024-02-20 09:53:12 -06:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b20604a70 
							
						 
					 
					
						
						
							
							refactor(server): e2e ( #7223 )  
						
						... 
						
						
						
						* refactor: download e2e
* refactor: oauth e2e
* refactor: system config e2e
* refactor: partner e2e
* refactor: server-info e2e
* refactor: user e2e
* chore: uncomment test 
						
						
					 
					
						2024-02-19 22:34:18 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6690e8edf2 
							
						 
					 
					
						
						
							
							fix(docs): document vector extension env variable ( #7220 )  
						
						
						
						
					 
					
						2024-02-19 21:32:55 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8f177066b 
							
						 
					 
					
						
						
							
							fix(server): getAllAssets endpoint includes motion part of LivePhotos ( #7194 )  
						
						
						
						
					 
					
						2024-02-19 07:24:14 -06:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b46bb49d7 
							
						 
					 
					
						
						
							
							fix(server): on_asset_update event sends varying data types ( #7179 )  
						
						
						
						
					 
					
						2024-02-18 16:50:32 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							857ec0451d 
							
						 
					 
					
						
						
							
							feat(server): optimize get asset query ( #7176 )  
						
						... 
						
						
						
						* faster query
* add index
* remove legacy code
* update mock
* remove unused imports
* add relations
* add stack
* formatting
* remove stack relation
* remove unused import
* increase chunk size
* generate sql
* linting
* fix typing
* formatting 
						
						
					 
					
						2024-02-18 12:22:25 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e1c85fe4f 
							
						 
					 
					
						
						
							
							fix(server): not in album filter show motion part of LivePhotos ( #7175 )  
						
						
						
						
					 
					
						2024-02-18 12:17:53 -06:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0730b54ca9 
							
						 
					 
					
						
						
							
							fix(server): empty/restore trash ( #7161 )  
						
						... 
						
						
						
						* fix(server): empty/restore trash
* add e2e tests
* add e2e tests - part 2 
						
						
					 
					
						2024-02-17 14:05:43 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69983ff83a 
							
						 
					 
					
						
						
							
							feat: enhance search ( #7127 )  
						
						... 
						
						
						
						* feat: hybrid search
* fixing normal search
* building out the query
* okla
* filters
* date
* order by date
* Remove hybrid search endpoint
* remove search hybrid endpoint
* faces query
* search for person
* search and pagination
* with exif
* with exif
* justify gallery viewer
* memory view
* Fixed userId is null
* openapi and styling
* searchdto
* lint and format
* remove term
* generate sql
* fix test
* chips
* not showing true
* pr feedback
* pr feedback
* nit name
* linting
* pr feedback
* styling
* linting 
						
						
					 
					
						2024-02-17 11:00:55 -06:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fab19a8583 
							
						 
					 
					
						
						
							
							fix(server): recognize faces when min. faces is set to 1 ( #7144 )  
						
						... 
						
						
						
						* fix(server): recognize face when min. faces is set to 1
* update logic
* clarified log
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> 
						
						
					 
					
						2024-02-17 03:32:11 +00:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ff68d4cdb 
							
						 
					 
					
						
						
							
							feat(server): only transcode streams that require it ( #7106 )  
						
						
						
						
					 
					
						2024-02-14 11:24:39 -05:00 
						 
				 
			
				
					
						
							
							
								Torbjorn Tyridal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6adff50f0a 
							
						 
					 
					
						
						
							
							feat(server, web): Include partner's photos on map ( #7065 )  
						
						... 
						
						
						
						* feat(server): Include partner's photos on map - if included in timeline
* depend on query parameter withPartners
instead of partners.inTimeline
* web: map option to include partners images
* make open-api 
						
						
					 
					
						2024-02-14 10:07:00 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b3f8d1946 
							
						 
					 
					
						
						
							
							feat: Search filtering logic ( #6968 )  
						
						... 
						
						
						
						* commit
* controller/service/repository logic
* use enum
* openapi
* suggest people
* suggest place/camera
* cursor hover
* refactor
* Add try catch
* Remove get people with name service
* Remove deadcode
* people selection
* People placement
* sort people
* Update server/src/domain/repositories/metadata.repository.ts
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
* pr feedback
* styling
* done
* open api
* fix test
* use string type
* remmove bad merge
* use correct type
* fix test
* fix lint
* remove unused code
* remove unused code
* pr feedback
* pr feedback
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
					 
					
						2024-02-13 19:54:58 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b648025e2f 
							
						 
					 
					
						
						
							
							refactor: library watching ( #7071 )  
						
						
						
						
					 
					
						2024-02-13 08:48:47 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e334443919 
							
						 
					 
					
						
						
							
							feat(server, web): smart search filtering and pagination ( #6525 )  
						
						... 
						
						
						
						* initial pagination impl
* use limit + offset instead of take + skip
* wip web pagination
* working infinite scroll
* update api
* formatting
* fix rebase
* search refactor
* re-add runtime config for vector search
* fix rebase
* fixes
* useless omitBy
* unnecessary handling
* add sql decorator for `searchAssets`
* fixed search builder
* fixed sql
* remove mock method
* linting
* fixed pagination
* fixed unit tests
* formatting
* fix e2e tests
* re-flatten search builder
* refactor endpoints
* clean up dto
* refinements
* don't break everything just yet
* update openapi spec & sql
* update api
* linting
* update sql
* fixes
* optimize web code
* fix typing
* add page limit
* make limit based on asset count
* increase limit
* simpler import 
						
						
					 
					
						2024-02-12 20:50:47 -05:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1e4fdf175 
							
						 
					 
					
						
						
							
							refactor: authentication on public routes ( #6765 )  
						
						... 
						
						
						
						* refactor: authentication on public routes
* fix: remove public user
* pr feedback
* pr feedback
* pr feedback
* pr feedback
* remove unused method
* fix: tests
* fix: useless methods
* fix: tests
* pr feedback
* pr feedback
* chore: cleanup
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
					 
					
						2024-02-13 01:47:26 +00:00 
						 
				 
			
				
					
						
							
							
								Trevor Jex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d7437d31d1 
							
						 
					 
					
						
						
							
							feat(server): restore modified at timestamp after upload, preserve when copying ( #7010 )  
						
						
						
						
					 
					
						2024-02-11 22:40:34 -06:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e31d82bac 
							
						 
					 
					
						
						
							
							feat(server): replace axios dependency by fetch ( #7018 )  
						
						... 
						
						
						
						* feat: replace axios dependency by fetch
* pr feedback 
						
						
					 
					
						2024-02-11 11:15:06 -05:00 
						 
				 
			
				
					
						
							
							
								shenlong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec5e4dbcc2 
							
						 
					 
					
						
						
							
							fix(mobile): stack entity handling ( #6980 )  
						
						... 
						
						
						
						Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> 
						
						
					 
					
						2024-02-09 21:09:43 -06:00