All Versions
14
Latest Version
Avg Release Cycle
142 days
Latest Release
1270 days ago

Changelog History
Page 2

  • v1.2-RC1 Changes

    February 11, 2016

    Plik 1.2-RC1

    Hi, today we're releasing the first release candidate of the next plik major version 1.2 !
    
    Note :
        We are deprecating file metadata backend as it wasn't thought
        to handle new features correctly, since there was a metadata file per upload,
        we wouldn't be able to scan and filter uploads efficiently.
    
        We made a script so you can migrate to the new bolt metadata backend.
    
        To create bolt database, it's simple :
            ~$ server/utils/file2bolt --directory server/files --db server/plik.db
    
    
    Here is the changelog :
    
     New
        - New metadata backend : Bolt (see : https://github.com/boltdb/bolt)
        - New authentication mechanisms (currently support Google and OVH auth backends)
        - New token system : generate tokens to upload from untrusted ip's, and manage uploads easily
        - New page for managing tokens and uploads
    
     Fix
        - Makefile : Include favicon.ico in release directory
        - Plik logo reload issue on webapp
        - Client : Fix update file in tmp directory
        - Client : Fix url encoding in list display
        - File Metadata Backend : Fix a bug in GetUploadsToRemove when .config file was missing
        - API : Fix http return code when upload was already removed.
    
    
     Misc
        - Add cli client version in http headers
        - Add CONTRIBUTE part in README
        - Add a migration script 'file2bolt' to migrate from file metadatas to bolt
        - Add make test to travis
        - Push docker image to Docker Hub (https://hub.docker.com/r/rootgg/plik/)
        - Huge http handlers refactoring (see : https://github.com/root-gg/juliet)
        - Split documentation in multiple parts (README, api doc, ...)
    

    Faithfully,
    The plik team

  • v1.1.1 Changes

    January 14, 2016

    Hi, today we're releasing plik 1.1.1.

    Here is the changelog :

    ๐Ÿ›  Fix : Bug when an upload metadata was missing in cleaning routine for file metadata backend
    ๐Ÿ›  Fix : Reload issue on plik logo
    ๐Ÿ›  Fix : Typo in client README
    ๐Ÿ›  Fix : Download client updates on tmp directory

    ๐Ÿš€ The release binaries are compiled with Go 1.5.3.

    The plik team

  • v1.1 Changes

    December 20, 2015

    Hi,

    ๐Ÿš€ We are happy to make 1.1-RC2 the new stable release of Plik as it is.

    ๐Ÿšš The too many new features from 1.1-RC3 are moved to 1.2-RC1.

    Stay tuned !
    The Plik team.

  • v1.1-RC2 Changes

    October 02, 2015

    ๐Ÿš€ We are happy to release Plik 1.1-RC2.

    โœ… Here is the changelog, mostly small fixes and unit tests.

    ๐Ÿ— Build :
    โœ…   Makefile test target

    Webapp :
      Homemade html content editable Angularjs directive
      Detect invalid chars in file names : / # ? % "
    0๏ธโƒฃ   Bind /config params ( default/max TTL, max file size )
      Add never expire option if allowed
      Vendorize fonts
      Resize background image
      Center comments
      Smaller md5/details font size
      Fix some TTL issues
      Fix admin url link for removable uploads

    Cli client :
    โœ…   Integration tests
    โฌ‡๏ธ   Upgrade/Downgrade integration tests
    โšก๏ธ   Use /version to update client
      Fix openssl custom options

    Plikd server :
    ๐ŸŒฒ   Fix "Failed to get expired uploads" log message
      Fix TTL issues ( never expire value is now -1 everywhere )

    Cheers,
    The root.gg team.