Skip to content

Releases: sjarvela/kloudspeaker

v2.7.20

28 Jun 06:33
Compare
Choose a tag to compare

NOTE! Column syntax has changed

For existing installations with old syntax, column order can be set with extra key "col_order", for example:

                "list-view-columns": {
                    "name": {
                        width: 250
                    },
                    "type": {
                        width: 50
                    },
                    "size": {},
                    "file-modified": {
                        width: 150
                    },

                    "col_order": ["name", "size", "type"]
                }

v2.7.19

07 Jun 06:23
Compare
Choose a tag to compare
  • Updated Italian localization
  • Fixed #142

v2.7.18

27 May 08:52
Compare
Choose a tag to compare
  • Added possibility to set default sort order in list view
  • Added possibility to set default view when logged in
  • Fixed #134

v2.7.17

25 May 17:44
Compare
Choose a tag to compare

v2.7.16

14 May 15:58
Compare
Choose a tag to compare
  • Fixed 2.7.14 update script for MySQL database configurations with table prefix

v2.7.15

14 May 11:09
Compare
Choose a tag to compare
  • Fixed permission table null issue (issue #100)
  • PHP7 compatibility (issue #112)
  • small improvements

v2.7.14

06 May 10:45
Compare
Choose a tag to compare
  • Rewritten path query, fixes poor performance with regexp query (issue #124)
  • Detect max file size exceeded in upload (issue #19)
  • Various small uploader fixes
  • Better support for browser history
  • Reject duplicate emails

NOTE! Requires database update

v2.7.13

20 Feb 13:11
Compare
Choose a tag to compare
  • New file viewer/editor
  • Improved config list sorting & dialog resizing
  • File & folder names are trimmed
  • Fixed #111

v2.7.12

04 Feb 12:20
Compare
Choose a tag to compare
  • Fixed #106
  • Updated spanish localization
  • Improved support for readonly filesystem

v2.7.11

13 Jan 07:49
Compare
Choose a tag to compare
  • Improved support for smaller screens and left side navigation will now scroll if list exceeds visible area (#89)
  • Fixed #90
  • Fixed ViewerJS functions