| 
								
								
									 Timothy J. Baek | fa65be2ad2 | refac: post webhook | 2024-03-20 18:47:13 -07:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 2c6e2d5e8a | feat: webhook backend | 2024-03-20 18:35:02 -07:00 |  | 
				
					
						| 
								
								
									 Joseph C Wang | 9ee0feae32 | fix typo in uploading blob to ollama | 2024-03-14 17:17:52 +08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | f741adc6c9 | refac: OLLAMA_API_BASE_URL deprecated | 2024-03-06 11:44:00 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | edb63c2280 | feat: download db from admin settings | 2024-03-02 00:33:20 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 6d854125cc | refac: ollama.db renamed to webui.db | 2024-03-02 00:19:24 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 74809e7330 | fix: user chat delete loophole | 2024-03-02 00:07:50 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 1d937ec2f2 | fix: cleanup unused tags | 2024-02-25 13:03:26 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 7a730c3f0f | refac: versioning using package | 2024-02-21 17:10:27 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 275523e32e | feat: jwt utils | 2024-02-19 20:44:00 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | e07001e5f6 | feat: rag folder scan support | 2024-02-17 21:06:08 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 434e2c00e9 | fix: user display limit | 2024-02-14 13:24:40 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 511e939b5d | feat: admin settings | 2024-02-14 01:17:43 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 3af8d16e6a | fix: admin issue | 2024-02-10 17:54:33 -08:00 |  | 
				
					
						| 
								
								
									 Timothy Jaeryang Baek | 9f3346a6ec | Merge pull request #682 from explorigin/simplify-endpoint-code Simplify endpoint role checking | 2024-02-09 14:26:56 -08:00 |  | 
				
					
						| 
								
								
									 Tim Farrell | 08e8e922fd | Endpoint role-checking was redundantly applied but FastAPI provides a nice abstraction mechanic...so I applied it. There should be no logical changes in this code; only simpler, cleaner ways for doing the same thing. | 2024-02-08 18:05:01 -06:00 |  | 
				
					
						| 
								
								
									 Kyle McLaren | d4fec48d9c | get ENABLE_SIGNUPfrom env | 2024-02-06 20:58:07 +02:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 7c2f297c84 | feat: export all chats from db admin only | 2024-02-04 01:07:18 -08:00 |  | 
				
					
						| 
								
								
									 Timothy Jaeryang Baek | 323ec3787e | Merge pull request #624 from explorigin/session-security Improve Session Security | 2024-02-03 17:41:31 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 00803c92f2 | feat: doc tagging | 2024-02-03 14:44:49 -08:00 |  | 
				
					
						| 
								
								
									 Tim Farrell | 44799e2018 | Remove some extraneous imports | 2024-02-02 09:02:07 -06:00 |  | 
				
					
						| 
								
								
									 Tim Farrell | 8c37edd027 | Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack. | 2024-02-02 09:01:06 -06:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 0c322063b5 | feat: use local profile image by default | 2024-01-26 21:38:33 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 3ce8f3e8fb | feat: profile update frontend integration | 2024-01-26 21:22:25 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 418da74756 | feat: profile image update backend | 2024-01-26 20:27:45 -08:00 |  | 
				
					
						| 
								
								
									 Timothy Jaeryang Baek | a243e53bfe | Merge pull request #536 from lucasew/backend-data-dir Unhardcode some stuff, flexibilize dotenv requirement | 2024-01-25 00:42:12 -08:00 |  | 
				
					
						| 
								
								
									 lucasew | 8da06f5e74 | fixes after the refactor Signed-off-by: lucasew <lucas59356@gmail.com> | 2024-01-23 12:59:52 -03:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | c4a039326f | feat: editable prompt suggestions integration | 2024-01-22 21:53:13 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 4e1b52e91b | feat: custom interface support | 2024-01-22 21:07:40 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | d2c5f3d591 | refac: convert str var to f-string | 2024-01-22 01:47:07 -08:00 |  | 
				
					
						| 
								
								
									 Shiyinq | 6a63c94153 | feat: add guard clause to improve signup process | 2024-01-20 21:54:53 +07:00 |  | 
				
					
						| 
								
								
									 lucasew | 5b26d2a686 | backend: make the data directory and the artifacts from the frontend customizable using environment variables Signed-off-by: lucasew <lucas59356@gmail.com> | 2024-01-19 17:13:09 -03:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 220530c450 | feat: convo tag filtering | 2024-01-18 02:55:25 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 1eec176313 | feat: save tags to chat data | 2024-01-18 02:17:31 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 987685dbf9 | feat: convo tagging full integration | 2024-01-18 02:10:07 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | d5ed119687 | feat: convo tagging api added | 2024-01-18 01:04:24 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 077f1fa34b | feat: convo tagging backend support | 2024-01-18 00:58:45 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | b6ab357e8c | fix: more edge cases | 2024-01-17 14:47:56 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 76d37393ee | feat: gguf upload | 2024-01-09 13:25:42 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 1ff3eb8038 | feat: doc upload error handling | 2024-01-08 01:54:03 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | eddb6fc7b7 | feat: documents backend integration | 2024-01-08 01:49:20 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | cc3f84f916 | feat: # to import doc | 2024-01-07 23:43:32 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 82114c45ee | fix: allow command named create | 2024-01-06 17:55:41 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 73b88a8c17 | fix: update user email issue | 2024-01-06 02:51:57 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | e441875af7 | fix: update role | 2024-01-05 21:02:49 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | fb0c64379d | feat: edit user support | 2024-01-05 20:59:56 -08:00 |  | 
				
					
						| 
								
								
									 ThatOneCalculator | 07cc7f15d5 | chore: 🚨 lint and format | 2024-01-03 14:33:57 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 7fc1d7c2c7 | feat: prompt crud | 2024-01-02 21:35:47 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 69ff596045 | feat: prompts backend frontend integration | 2024-01-02 21:00:50 -08:00 |  | 
				
					
						| 
								
								
									 Timothy J. Baek | 247414743b | feat: prompts backend support | 2024-01-02 20:51:19 -08:00 |  |