Graham Steffaniak
b928e6557c
updated with a few changes
...
- git directory structure changed (no more src folder)
- search now works with filesize larger/smaller than x MB
- search currently allows for only one search request at a time
- cancels older requests by having them immediately return null
2023-07-21 17:41:24 -05:00
Graham Steffaniak
4dd1d1c8e5
Merge pull request #2 from gtsteffaniak/make-search-efficient
...
Better search and context. 15% reduced RAM, more keywords, context improvements.
2023-07-17 00:30:56 -05:00
Graham Steffaniak
08b4b03831
Merge pull request #4 from gtsteffaniak/fix-frontend-deps
...
- 15% RAM reduction
- more search keywords
- context bar
2023-07-17 00:29:45 -05:00
Graham Steffaniak
6412383e83
deleted
2023-07-17 00:19:34 -05:00
Graham Steffaniak
5fc0839f1e
improved search ui and efficiency:
...
- 15% less ram
- colored icons
- context bar
- more search type filters
2023-07-17 00:17:52 -05:00
Graham Steffaniak
5806060775
updaeted a lot`
2023-07-12 21:23:29 -05:00
Graham Steffaniak
54328654a2
updated
2023-07-04 20:43:46 -05:00
Graham Steffaniak
ebb1e02e32
updated deps
2023-07-04 20:38:56 -05:00
Graham Steffaniak
665a1c68cf
Merge pull request #3 from gtsteffaniak/search2
...
make more efficient
2023-07-04 19:56:00 -04:00
Graham Steffaniak
afd930262d
make more efficient
2023-07-04 18:55:15 -05:00
Graham Steffaniak
fedc6b7d46
updated vendor
2023-06-18 10:05:44 -05:00
Graham Steffaniak
f0f4a59438
updated search
2023-06-18 10:04:31 -05:00
Graham Steffaniak
905b0b6d4f
Merge pull request #1 from gtsteffaniak/add-indexing
...
Add indexing
2023-06-16 12:32:24 -05:00
Graham Steffaniak
126561a464
updated to better index files
2023-06-16 12:29:43 -05:00
Graham Steffaniak
8d6c468a0c
improved search
...
- added indexing scheduler
- allowed scope search
- seperated file / dir types
2023-06-15 10:30:49 -05:00
Graham Steffaniak
0014a695d7
updated to work
2023-06-14 20:44:16 -05:00
Graham Steffaniak
8da47b526c
updated mod
2023-06-14 20:28:33 -05:00
Graham Steffaniak
35843bb1fc
initial commit
2023-06-14 20:08:09 -05:00
Graham Steffaniak
acdfca497d
updated dockefile to strip
2023-06-13 08:54:07 -05:00
Graham Steffaniak
e896c7f4e2
updated to go version 1.20.5
2023-06-13 08:29:24 -05:00
Graham Steffaniak
86e7800c9f
updated readme
2023-06-13 08:22:24 -05:00
graham
619385dd05
Seperated code frontend/backend
...
- also temporarily un-embeded filesystem for debugging
2023-06-13 08:15:11 -05:00
graham
3945228161
moved files to src
2023-06-12 21:32:30 -05:00
ULiiAn
6744cd47ce
fix: video preview click next or prev button subtitles not update ( #2423 )
2023-05-01 13:09:44 +02:00
Yeicor
a4ef02a47b
feat: add option to copy download links from shares ( #2442 )
2023-05-01 13:07:01 +02:00
Oleg Lobanov
1a5b999545
Merge pull request #2345 from filebrowser/go_1.20.1
...
build(backend): bump go version to 1.20.1
2023-02-16 09:22:57 +01:00
Oleg Lobanov
10d628aecc
chore: upgrade golangci-lint to 1.51.1
2023-02-16 09:19:44 +01:00
Oleg Lobanov
fa95299df4
build(backend): bump go version to 1.20.1
2023-02-15 23:43:20 +01:00
Oleg Lobanov
fd22e0b163
chore(backend): upgrade deps
2023-02-15 23:39:52 +01:00
Gabriel Alencar
428c1c606d
feat: add a new setting that disables the display of the disk usage ( #2136 )
2023-02-15 23:30:48 +01:00
Yonas Yanfa
60d1e2d291
fix: build on FreeBSD and non-Linux platforms ( #2332 )
2023-02-06 18:34:25 +01:00
Gyuris Gellért
11e9202160
feat: add Hungarian translation ( #2232 )
2022-12-26 22:36:03 +01:00
Davide Quaranta
59619ba34f
chore: update Italian translation ( #2260 )
2022-12-23 13:07:06 +01:00
brlarini
73dd066670
chore: update pt-br translations ( #2248 )
2022-12-23 13:06:19 +01:00
Yasin Silavi
2b2c1085fb
refactor: replace username old focus logic with the autofocus attribute ( #2223 )
2022-11-25 12:26:07 +01:00
Oleg Lobanov
02db83c72e
chore(release): 2.23.0
2022-11-05 18:53:29 +01:00
dependabot[bot]
3a0dace9a9
build(deps): bump ansi-html and webpack-dev-server in /frontend ( #2184 )
...
Removes [ansi-html](https://github.com/Tjatse/ansi-html ). It's no longer used after updating ancestor dependency [webpack-dev-server](https://github.com/webpack/webpack-dev-server ). These dependencies need to be updated together.
Removes `ansi-html`
Updates `webpack-dev-server` from 3.11.2 to 3.11.3
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.2...v3.11.3 )
---
updated-dependencies:
- dependency-name: ansi-html
dependency-type: indirect
- dependency-name: webpack-dev-server
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-22 15:50:34 +02:00
thewh1teagle
a5757b94e8
fix: missing video controls on mobile ( #2180 )
2022-10-22 11:16:59 +02:00
leplan73
1ebfc64ea1
chore: updated golang.org/x/text to v0.4.0 ( #2176 )
2022-10-22 11:11:02 +02:00
thewh1teagle
2c14146a31
feat: add rtl support ( #2178 )
2022-10-21 18:07:11 +02:00
thewh1teagle
a49105db1d
feat: hebrew translation ( #2168 )
2022-10-20 12:27:59 +02:00
Ltzhu76
0401adf7f4
fix: modify the delete confirmation interface logic. ( #2138 )
2022-09-24 19:05:50 +02:00
Oleg Lobanov
c1e6d5869a
ci: increase operations-per-run param to 100
2022-08-30 10:18:12 +02:00
Oleg Lobanov
db0a23aec0
chore: fix exempt-issue-labels of the stale action
2022-08-29 20:02:13 +02:00
Oleg Lobanov
350c73d78e
ci: fix stale action permissions
2022-08-29 19:38:30 +02:00
Oleg Lobanov
daf36b28fd
ci: close stale issues and PRs
2022-08-29 19:25:50 +02:00
Marcelina Hołub
57c99e0e26
feat: update Polish translation ( #2089 )
2022-08-17 20:18:51 +02:00
dependabot[bot]
aaed985699
build(deps): bump terser from 4.8.0 to 4.8.1 in /frontend ( #2054 )
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 15:32:39 +02:00
Oleg Lobanov
0ed32c6af8
Merge pull request #1554 from ramiresviana/auth-hook
...
Hook authentication method
2022-07-22 15:31:28 +02:00
Ramires Viana
dda9a389f3
feat: hook authentication method
2022-07-20 16:40:49 +02:00