Commit Graph

  • 32b0e81cbe add proper remote url to SHA link in sidebar zoidy 2020-10-31 17:28:28 -0700
  • b0ce9826a2 add SHA to sidebar zoidy 2020-10-31 15:50:14 -0700
  • d562d1a60d
    chore: fix readme typo (#1128) Liubomyr Piadyk 2020-10-29 17:29:29 +0100
  • 376d11bdf2 Fix typo Liubomyr 2020-10-28 22:06:13 +0100
  • 43546ad2f6 add mavon-editor for markdown file simzhangbest 2020-10-26 09:45:48 +0800
  • 9f858398ab
    chore(release): 2.9.0 v2.9.0 Oleg Lobanov 2020-10-21 16:52:29 +0200
  • 0ac80e8387
    feat: support WKWebview custom protocol (#1113) Aiden McClelland 2020-10-21 08:41:09 -0600
  • 0dca0b92d1
    chore: update zh-cn and zh-tw (#1121) Hissy 2020-10-21 22:39:41 +0800
  • c9b36ba32e
    Merge pull request #1124 from ramiresviana/fixes-4 Oleg Lobanov 2020-10-21 16:37:39 +0200
  • f2c4e78381 fix: allow start from Windows explorer Ramires Viana 2020-10-19 13:41:40 +0000
  • 05bff54b71 fix: preview case sensitive file extension Ramires Viana 2020-10-19 13:25:09 +0000
  • 2bd163d92a fix: search missing path slash Ramires Viana 2020-10-19 13:14:36 +0000
  • 5e27ba5c8c fix: file upload missing path slash Ramires Viana 2020-10-19 13:11:26 +0000
  • d6e96c6f38 i18n: update zh-tw zh-cn shenshiyuan 2020-10-14 21:44:12 +0800
  • 02a3547d77 fix(text): type shenshiyuan 2020-10-14 21:43:27 +0800
  • 575966be9f remove in place update safari has limited Blob api Aiden McClelland 2020-10-07 12:48:29 -0600
  • 1341e89076
    handle custom protocols gracefully Aiden McClelland 2020-10-07 11:29:47 -0600
  • 5aaeb3b76d
    chore(release): 2.8.0 v2.8.0 Oleg Lobanov 2020-10-05 09:53:09 +0200
  • 36fb9f562a
    fix: fix empty command name (#1106) Daniel Pham 2020-10-05 00:52:27 -0700
  • 2c1268370e fix: run Commands when set by "cmds add" cli (#655) Daniel Pham 2020-10-03 14:30:13 -0700
  • ad99bf1801
    fix: fix panic when accessing nonexistent .js file in static path (#1105) Xabi 2020-10-02 15:09:03 +0200
  • 51053c5920 Fix linting issues Xabier Eizmendi 2020-10-02 10:57:52 +0200
  • 5085baa655 Fix panic when accessing nonexistent .js file in static path Xabier Eizmendi 2020-10-02 09:56:10 +0200
  • 4c2a094255
    Merge pull request #1100 from ramiresviana/fixes-3 Oleg Lobanov 2020-10-01 16:53:35 +0200
  • 97693cc611
    feat: add disable exec flag (#1090) Keagan McClelland 2020-10-01 08:45:24 -0600
  • 6abec321ee
    Update README.md HardikShreays 2020-10-01 14:00:46 +0530
  • 715c7634d5
    Update README.md HardikShreays 2020-10-01 13:58:59 +0530
  • c6d4fcd08f fix: empty commands setting Ramires Viana 2020-09-29 14:05:03 +0000
  • dd7b9ddd85 fix: preview key shortcut conflict Ramires Viana 2020-09-29 14:04:55 +0000
  • 26d62e4117 fix: search results absolute url Ramires Viana 2020-09-29 14:04:43 +0000
  • babd7783af fix: file upload path encoding Ramires Viana 2020-09-29 14:04:03 +0000
  • 9d565c95f5 Merge branch 'feature/disable-exec' of github.com:Start9Labs/filebrowser into feature/disable-exec Keagan McClelland 2020-09-24 16:45:45 -0600
  • 01c16aeb91 reduces cyclomatic complexity by actually using data already in scope Keagan McClelland 2020-09-24 16:44:41 -0600
  • 00e671e9b9 still run fn when exec disabled Aiden McClelland 2020-09-24 10:17:02 -0600
  • dba8d53c9f adds enabled flag to command runner itself Keagan McClelland 2020-09-22 19:37:56 -0600
  • 8fc8f72103 attempt number 2 Keagan McClelland 2020-09-22 17:52:46 -0600
  • 01464a726e fix indent Aiden McClelland 2020-09-21 14:55:47 -0600
  • 557198fe51 fix missing this Aiden McClelland 2020-09-21 14:23:19 -0600
  • 075c411c91 add settings as global state Aiden McClelland 2020-09-21 14:10:37 -0600
  • 0e1d9ea096 add cli options for execEnabled Aiden McClelland 2020-09-21 14:10:24 -0600
  • 9f2cad9bff exec enabled flag Aiden McClelland 2020-09-21 12:07:21 -0600
  • ad27e71f92 Made 'show hidden files' the default Tiger Nie 2020-09-22 01:02:43 +0800
  • a20134c4ed removed new line Tiger Nie 2020-09-22 01:01:35 +0800
  • 19d63a2969 Removed old state showHidden from Vuex, since we are storing this attribute in the backend and this.user.showHidden now. Tiger Nie 2020-09-21 22:23:56 +0800
  • 20be1027d6 Moved showHidden check box to Profile Settings. Tiger Nie 2020-09-21 22:17:00 +0800
  • 84a9d09aad checkbox to toggle 'show hidden files' now functional Tiger Nie 2020-09-17 02:12:19 +0800
  • 14eeea459a do not run the pruning logic when api result is not a directory Tiger Nie 2020-09-17 00:46:31 +0800
  • a361fcda60 Added check box for '\''show hidden files'\'' and hard coded hidden files pruning from the file api results Tiger Nie 2020-09-17 00:45:03 +0800
  • 1529e796df
    chore(release): 2.7.0 v2.7.0 Oleg Lobanov 2020-09-11 19:21:08 +0200
  • d4b904b92b
    chore: pass docker password via stdin Oleg Lobanov 2020-09-11 18:57:14 +0200
  • 12d4177823
    build: bump go version to 1.15.2 (#1081) Oleg Lobanov 2020-09-11 18:07:01 +0200
  • 82c0c13732
    build: bump go version to 1.15.2 Oleg Lobanov 2020-09-11 18:00:59 +0200
  • 8142b32f38
    feat: put selected files in the root of the archive (closes #1065) Oleg Lobanov 2020-09-11 16:53:37 +0200
  • c5abbb4e1c
    chore: fix lint errors Oleg Lobanov 2020-09-11 16:02:16 +0200
  • 65ac73414f
    feat: add --socket-perm flag to control unix socket file permissions (closes #1060) Oleg Lobanov 2020-09-11 15:59:06 +0200
  • ede4213c8e
    chore: fix french translation (closes #1071) Oleg Lobanov 2020-09-11 15:16:58 +0200
  • b60d291490
    chore: fix URLs for assets (#1074) Agneev Mukherjee 2020-09-05 18:53:42 +0530
  • 1a1fadabd6
    Fix URLs Agneev Mukherjee 2020-09-05 14:56:38 +0530
  • b9ede79888
    Merge pull request #1066 from ramiresviana/preview-mobile-dropdown Oleg Lobanov 2020-08-25 16:33:57 +0200
  • 3d2cb838d1 feat: preview size button Ramires Viana 2020-08-18 13:08:58 +0000
  • 778734419d feat: preview mobile dropdown Ramires Viana 2020-08-18 12:47:23 +0000
  • be8683f556
    chore(release): 2.6.2 v2.6.2 Oleg Lobanov 2020-08-05 11:55:16 +0200
  • c3450f4614
    chore: return text/plain header in auth response (#1051) Davide Maggio 2020-08-05 10:48:03 +0200
  • 08c3b15da7
    Merge branch 'master' into DVDAndroid-patch-1 Oleg Lobanov 2020-08-05 10:41:39 +0200
  • 5881bc9ab0
    chore: fix preview of files with non-latin names (closes #1056) Oleg Lobanov 2020-08-05 10:40:03 +0200
  • 2b1326066d
    Update auth.go Davide Maggio 2020-07-29 22:48:24 +0200
  • a2fb499a20
    chore(release): 2.6.1 v2.6.1 Oleg Lobanov 2020-07-28 13:40:19 +0200
  • 411a928fea
    chore: fix lint errors Oleg Lobanov 2020-07-28 13:40:06 +0200
  • f5d02cdde9
    fix: delete cached previews when deleting file Oleg Lobanov 2020-07-28 11:57:26 +0200
  • c9340af8d0
    fix: escape special characters in preview url (closes #1002) Oleg Lobanov 2020-07-28 11:19:45 +0200
  • a722bcc13f
    chore(release): 2.6.0 v2.6.0 Oleg Lobanov 2020-07-27 19:52:48 +0200
  • 77fe3cfc60
    ci: fix go version on release step Oleg Lobanov 2020-07-27 19:51:09 +0200
  • 470f93cefc
    Merge pull request #1044 from filebrowser/fix_img_resize Oleg Lobanov 2020-07-27 19:39:08 +0200
  • 92fde4dd12
    build: set limit for vuejs build threads Oleg Lobanov 2020-07-27 19:35:02 +0200
  • 95bc92955f
    feat: cache resized images Oleg Lobanov 2020-07-27 19:01:02 +0200
  • f2f914221c
    chore: bump go to 1.14.6 Oleg Lobanov 2020-07-24 20:21:48 +0200
  • c2d8038c63
    chore: add testing step to ci Oleg Lobanov 2020-07-24 20:12:21 +0200
  • cb8ac5ebf1
    chore: add resize tests Oleg Lobanov 2020-07-24 20:08:26 +0200
  • aa78e3ab1f
    feat: add param to disable img resizing Oleg Lobanov 2020-07-23 12:38:03 +0200
  • bc00165094
    feat: add lazy load of image thumbnails Oleg Lobanov 2020-07-23 12:01:18 +0200
  • 94ef59602f
    feat: limit image resize workers Oleg Lobanov 2020-07-23 02:41:19 +0200
  • 14e2f84ceb
    Merge pull request #1042 from ramiresviana/fixes-2 Oleg Lobanov 2020-07-23 15:03:10 +0200
  • f228fa5540 fix: conflict handling on upload button Ramires Viana 2020-07-21 17:41:52 +0000
  • f2d2c1cbf8 fix: drop feedback Ramires Viana 2020-07-20 18:14:27 +0000
  • d9be370e24 fix: missing error message Ramires Viana 2020-07-20 17:39:14 +0000
  • 727c63b98e fix: parent verification on copy Ramires Viana 2020-07-20 17:38:43 +0000
  • 34dfb49b71 fix: path separator inconsistency on rename Ramires Viana 2020-07-20 17:37:38 +0000
  • 0b0a704d44
    chore: remove hacdias/fileutils dep (#1037) Henrique Dias 2020-07-18 19:10:22 +0100
  • f1320e2781
    feat: remove hacdias/fileutils dep Henrique Dias 2020-07-17 18:07:15 +0100
  • 2d99d0bf13
    chore(release): 2.5.0 v2.5.0 Oleg Lobanov 2020-07-17 18:12:00 +0200
  • 1790df2090
    Merge pull request #1026 from ramiresviana/fixes Oleg Lobanov 2020-07-17 17:41:17 +0200
  • 10570ade44 fix: reset clipboard after pasting cutted files Ramires Viana 2020-07-17 01:01:27 +0000
  • 43526d9d1a feat: duplicate files in the same directory Ramires Viana 2020-07-16 19:50:00 +0000
  • 2636f876ab feat: rename option on replace prompt Ramires Viana 2020-07-16 19:30:17 +0000
  • eed9da1471 feat: file copy, move and paste conflict checking Ramires Viana 2020-07-15 15:12:13 +0000
  • 9a2ebbabe2 fix: blinking previewer Ramires Viana 2020-07-14 01:18:53 +0000
  • 716396a726 feat: add previewer title and loading indicator Ramires Viana 2020-07-14 01:19:48 +0000
  • 3e73b70610
    fix websocket cross domain problem mrwoowoo 2020-07-14 15:10:22 +0800
  • 92f8afba50
    AddChange mrwoowoo 2020-07-14 14:58:20 +0800
  • c4df31dcd0
    fix websocket cross domain problem mrwoowoo 2020-07-14 14:52:13 +0800