Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

v8.0.0 #1516

Merged
merged 232 commits into from
Dec 4, 2019
Merged

v8.0.0 #1516

merged 232 commits into from
Dec 4, 2019

Commits on Aug 8, 2019

  1. Issue Fix #1180 (#1183)

    binal-7span authored and hemratna committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    92b32ed View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Issue fix #1191 (#1192)

    binal-7span committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    d76604a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Issue fix #1196 (#1197)

    urvashi-7span authored and binal-7span committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    2c54210 View commit details
    Browse the repository at this point in the history
  2. Add 2fa authentication (#1031)

    * Parent + Nested validation changes (#1138)
    
    * Add migration schema for 2FA Secret user field
    
    * Add 2fa_secret field to FieldsSeeder
    
    * Create Missing 2FA Password Exception
    
    * Add googleauthenticator dependency
    
    * Add getter for User's 2FA secret
    
    * Check for otp param in login request, and login with it
    
    * Add enforce_2fa parameter to directus_settings
    
    * Create Utils endpoint and service method to generate 2fa secret
    
    * Add enforce_2fa field to roles
    
    * Add enforce_2fa field to FieldsSeeder
    
    * Change Missing2FAPasswordException error code to 111
    
    * Change 2FA Library
    
    * Change 2fa_secret interface in FieldsSeeder
    
    * Created exception for invalid otp
    
    * Changed findUserWithCredentials to through an InvalidOTPException on otp check
    
    * Created new exception if 2fa is enforced but not enabled by user
    
    * Added function to check if 2fa is enforced for a user
    
    * Check in AuthenticationMiddleware whether 2fa is enforced and enabled for user
    
    * Add optional needs2FA field to auth token and on token refresh
    
    * Catch error if enforce_2fa column doesn't exist
    Fixes crash when has2FAEnforced is called on a DB that hasn't been migrated
    
    * Use relative positions for target path array to check user edit
    
    * Fix unset on payload_arr instead of payload
    
    * Change 2FA activation on login to use activate2FA endpoint
    
    * Update ItemsService.php
    OscBacon authored and binal-7span committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    8bfd3f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Issue Fix #1194 (#1195)

    * Issue Fix #1194
    
    * Update comment
    binal-7span authored and hemratna committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    7785140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3650a2c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Fox #1201 (#1202)

    binal-7span committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    a8ad383 View commit details
    Browse the repository at this point in the history
  2. Fix #1203 (#1204)

    binal-7span committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    6064072 View commit details
    Browse the repository at this point in the history
  3. Update collections() method in types.php (#1184)

    There are cases when $type is not a string but an object that inherits from ObjectType.
    In that situation array_key_exists failing because it should get only integers or strings 
    as a first parameter. So in order to avoid that the 'name' property of the object is used 
    as a key.
    yarick2000 authored and hemratna committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    777dae2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Improve YouTube Embed Provider (#1210)

    Adds in detection and parsing for youtu.be shorthand URLs.
    VincentDatrier authored and hemratna committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ca81131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09db18d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    89c146c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d9b2f View commit details
    Browse the repository at this point in the history
  3. Feature/audio video upload (#1214)

    * added file meta data for audio/video
    
    * updates as per PR feedback
    shartley76 authored and hemratna committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    da97928 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ee2157 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ae9ac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Fix for smtp send mail issue #1205 (#1223)

    * Fix for smtp send mail issue #1205
    
    Missing additional config settings
    #1205
    
    * Update Schema.php
    verbman authored and binal-7span committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2186d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3909826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    423da57 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    db22ae5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    efa8410 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3102972 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Fix 845 (#1244)

    * Change namespace for PHPUnit.
    
    * Removing old tests.
    hemratna committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    fc04577 View commit details
    Browse the repository at this point in the history
  2. Fix #1238 [PDF support for Embedded URL] (#1245)

    * Fix #1238[PDF support for Embedded URL]
    
    * Add array support
    
    * Update comment
    
    * Update Files.php
    binal-7span authored and hemratna committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b6766a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d01f9ed View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    78d3bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe9056 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix #2017[Renaming Public role gives unauthorized error o…

    …n API calls] (#1253)" (#1254)
    
    This reverts commit 7fe9056.
    binal-7span committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    960fdd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    644039f View commit details
    Browse the repository at this point in the history
  5. Fix #1255 [Add support of batch Create/Update/Delete for user] (#1257)

    * Fix #1255 [Support batch create/update/delete for user]
    
    * Add exception
    binal-7span authored and hemratna committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    763f68a View commit details
    Browse the repository at this point in the history
  6. Fix directus/app#2017 (#1256)

    * Fix #2017[Renaming `Public` role gives `unauthorized` error on API calls]
    
    * src
    
    * Remove unwanted file from use
    binal-7span authored and hemratna committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    81f6e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    a148699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    802b877 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Fix #1209 [M2M relation with directus_collections cant be saved] (#1261)

    * Fix #1209[M2M relation with directus_collections cant be saved]
    
    * Implement condition on update
    
    * Define variable
    
    * Fix #1209[M2M relation with directus_collections cant be saved]
    binal-7span committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    1e30669 View commit details
    Browse the repository at this point in the history
  2. 🙆🏻‍♂️

    rijkvanzanten committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    99fc5a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Fix #1266 (#1267)

    binal-7span committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    39a5086 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Fix Warning: Cannot use a scalar value as an array in /src/core/Direc…

    …tus/Config/StatusMapping.php on line 103 (#1268)
    jbalatero authored and binal-7span committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d1411db View commit details
    Browse the repository at this point in the history
  2. Fix Notice: Undefined variable: filterFields in src/core/Directus/Dat…

    …abase/TableGateway/RelationalTableGateway.php on line 2125 (#1270)
    jbalatero authored and binal-7span committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3e24335 View commit details
    Browse the repository at this point in the history
  3. Fix #1237 (#1265)

    binal-7span committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    1425812 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Project name fix (#1272)

    WoLfulus authored and binal-7span committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    1cf6440 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    a4edb27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf34888 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    3741d8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    393a6f9 View commit details
    Browse the repository at this point in the history
  3. Fix cache.enabled not respected in cache service (#1273)

    This fixes an issue where cache.enabled is false but caching is still working.
    jbalatero authored and binal-7span committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8980182 View commit details
    Browse the repository at this point in the history
  4. Add CLI cache:clear (#1274)

    jbalatero authored and binal-7span committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ea3ee26 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    e3c7eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bb876 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    8a1187f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    8d61b85 View commit details
    Browse the repository at this point in the history
  2. Execute migrations automatically (#1296)

    * Remove middleware for register webhook and add it before registeration of hooks
    
    * Need to add middleware for directory dependency
    binal-7span authored and rijkvanzanten committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    3cf153a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Fix #1302 - Internal server error when selecting/checking a Checkbox …

    …Relational field after deleting some of the related items (#1307)
    jbalatero authored and binal-7span committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    767bd1d View commit details
    Browse the repository at this point in the history
  2. Fix #1308 - Checkbox-relational field issue when unchecking value (#1309

    )
    
    * Fix #1308 - Checkbox-relational field issue when unchecking value
    
    * Update RelationalTableGateway.php
    jbalatero authored and binal-7span committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c327061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19b018 View commit details
    Browse the repository at this point in the history
  4. Extend config schema to support PDO options. (#1295)

    * Extend config schema to support PDO options.
    
    * Make driver_options database config setting optional.
    scottmckenzie authored and binal-7span committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    8bb9842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31b6edc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e662f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    1c56c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2763af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dbf808 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    1a6a4d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    335fb9f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Fix #1329 [Add new fields to / endpoint] (#1332)

    * Fix #1329
    
    * Fix #1329 [Add new fields to / endpoint]
    binal-7span committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    18c2b09 View commit details
    Browse the repository at this point in the history
  2. fix issue #1330 (#1331)

    markus-mnm authored and binal-7span committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e6b1491 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    fe0fe66 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Fix #1333 [Return Unauthorised when public role not have the respecte…

    …d permission] (#1336)
    
    * Fix #1333 [Return Unauthorized when public role not have the respected permission
    
    * Add comment
    binal-7span committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c2c7fa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Session-based auth flow along with kill functionality (#1280)

    * Fix #1263[Rethink Auth Flow]
    
    * Kill User Session
    
    * Add Expiry time
    
    * Expire and cookie
    
    * Auth Flow - Modify code base
    
    * Resolve browser cache remove issue
    
    * Remove PHPSESSIONID reset code
    
    * Cookie name based on projject name, Merge authentication endpoint
    
    * Support of mode in sso
    
    * Add seeder into migrations
    
    * Remove warning of container
    
    * Add required flag for user in fields table from migrations
    
    * Add endpoint to fetch the user's session
    
    * Update user's session to loggedin user session endpoint
    
    * Allow cross origin cookie
    
    * Set credentials response header dynamically
    binal-7span authored and rijkvanzanten committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    9e3ba06 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Fix empty FK - do not continue if FK is empty, otherwise, it will not…

    … display the entry as if it was not saved. (#1342)
    jbalatero authored and binal-7span committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    1478487 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    6a28db1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. fix parsing env variables (#1347)

    nachogarcia authored and binal-7span committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    8a7154d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    b8f32c1 View commit details
    Browse the repository at this point in the history
  2. Fix #1348 (#1353)

    binal-7span committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f329df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Fix wrong chache naming. (#1354)

    Mattia Rossi authored and binal-7span committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    82e06ab View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    37ef295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    681e588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ddd4c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    27ed2d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864308a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    50ac257 View commit details
    Browse the repository at this point in the history
  2. add gitpod.io support (#1356)

    PostPollux authored and rijkvanzanten committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    23a8de4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    ee8671d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    77ae215 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    324762c View commit details
    Browse the repository at this point in the history
  2. Fix Warning: Illegal string offset 'field' in src/endpoints/Settings.…

    …php on line 89 when query param contains single=1 (#1375)
    
    * Fix Warning:  Illegal string offset 'field' in src/endpoints/Settings.php on line 89 when query param contains single=1
    
    * Update Settings.php
    
    * Resolve undefined class ArrayUtils error
    jbalatero authored and binal-7span committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    2d3f002 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    cdd37c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. style updates (#1382)

    benhaynes authored and rijkvanzanten committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    851ae73 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    72afacc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    c0051e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    315ba66 View commit details
    Browse the repository at this point in the history
  2. Fix #1329 [Update the name of variable from settings table] (#1389)

    * Fix #1329 [Update the name of variable from settings table]
    
    * Update comment
    binal-7span committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    8c83b79 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Fix the general settings schema upgrade - consider the new installati…

    …on as well with already existing fields (#1391)
    arboehme authored and rijkvanzanten committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    483e065 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. New project flow (#1399)

    * Replace migrations file from config folder to migrations folder
    
    * Return the project list
    
    * Remove unwanted code
    
    * Projects endpoint
    
    * Remove unwanted code
    
    * Remove unwanted code
    
    * Remove unwanted code
    
    * Remove default _ for secretkey and newtimzone function of datetimeutil
    binal-7span authored and rijkvanzanten committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    952cbeb View commit details
    Browse the repository at this point in the history
  2. Check requirement endpoint (#1398)

    * Check requirement endpoint
    
    * Add  endpoint
    binal-7span committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    2f3b620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d85e015 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d240020 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    0eaef90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a75a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23cfac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6420b0e View commit details
    Browse the repository at this point in the history
  5. Update 2FA flow to work with cookies

    Squashed commit of the following:
    
    commit a543c44
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Fri Nov 8 16:20:45 2019 -0500
    
        Use correct response format for 2fa util
    
    commit ab06c55
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Fri Nov 8 15:42:35 2019 -0500
    
        Rename activate2FA to activate_2fa and allow `me` for user updates
    
    commit 7b429ab
    Author: Binal Gajjar <binal.gajjar7@gmail.com>
    Date:   Fri Nov 8 22:46:30 2019 +0530
    
        Set NULL if data array is empty
    
    commit c5c7bf6
    Author: Binal Gajjar <binal.gajjar7@gmail.com>
    Date:   Fri Nov 8 22:37:17 2019 +0530
    
        Remove needs2FA param from authtoken
    
    commit 5b4b21a
    Author: Binal Gajjar <binal.gajjar7@gmail.com>
    Date:   Fri Nov 8 22:35:41 2019 +0530
    
        Throw error if 2FA is not enabled
    rijkvanzanten committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    cfe939e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    2e82a8c View commit details
    Browse the repository at this point in the history
  2. update error message

    benhaynes committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    861f29b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    8ac377b View commit details
    Browse the repository at this point in the history
  2. Redirect the users to /admin in sso (#1407)

    * Redirect the users to /admin in sso
    
    *  2FA flow for SSO
    
    * Remove unwanted file from use statement
    binal-7span authored and rijkvanzanten committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    35b5299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c2eec View commit details
    Browse the repository at this point in the history
  4. update sso icon colors

    benhaynes committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9c82bd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5abb02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7383c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5cb2f3 View commit details
    Browse the repository at this point in the history
  8. Resolve redirection to /admin?

    Resolve redirection to `/admin?` instead of `/admin`
    binal-7span committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    30aa1e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b0e959 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b0c6fd View commit details
    Browse the repository at this point in the history
  11. Throw exception for SSO (#1411)

    * Redirect the users to /admin in sso
    
    *  2FA flow for SSO
    
    * Remove unwanted file from use statement
    binal-7span committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5f73465 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f99e96f View commit details
    Browse the repository at this point in the history
  13. Fix 2fa column

    rijkvanzanten committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ab1241a View commit details
    Browse the repository at this point in the history
  14. Fix 2fa column

    rijkvanzanten committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5a50ca5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a6e48ee View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Restrict private and _ project from listing (#1415)

    * Restrict private files from listing
    
    * Return the filename instead of projectname from scan funciton
    binal-7span committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    334c90b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379457d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0491f6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41fd0b6 View commit details
    Browse the repository at this point in the history
  5. Update FieldsConfig.php (#1413)

    Without this fix the GrapQL query brings values only in case when the M2M field has exactly the same name as the related collection. It can be ok, but for cases when it's required to have mutliple M2M fields pointing to the same collection, (e.g. there 2 collections  - games and tags, and so we need to specify Primary and Secondary tags for each game). So with current implementation we cannot create primaryTags and secondaryTag fields, we should use 'tags' field instead, but its only one, and we need 2. So this fix obtaining fieldName from parameters and using it for relation and not a collection name.
    yarick2000 authored and rijkvanzanten committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    19cdc49 View commit details
    Browse the repository at this point in the history
  6. Remove unwanted files (#1421)

    binal-7span authored and rijkvanzanten committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    bfdfa49 View commit details
    Browse the repository at this point in the history
  7. V8.0.0 (#1414)

    * Redirect to correct endpoint for app
    
    * Redirect to admin based on relative url (works in sub-folder)
    
    * Update request / reset password to be all app based
    
    * Add trailing slash to admin redirect
    
    * Add project key to reset password
    
    * Restrict private and _ project from listing (#1415)
    
    * Restrict private files from listing
    
    * Return the filename instead of projectname from scan funciton
    
    * Add a validation of boolean to private flag.
    
    * Add redirect_url param
    
    * update settings seeder to contain all default options
    
    * public role description
    
    * relations alpha order
    
    * Fix false positive in sso 2fa block
    
    * add enforce_2fa to roles
    
    * activity seeder updates
    
    icons and widths
    
    * seeder for directus files
    
    need to check “description” options array format
    rijkvanzanten committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e0630e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2269c5d View commit details
    Browse the repository at this point in the history
  9. Add support for webhooks

    Squashed commit of the following:
    
    commit ce6ffac
    Merge: 667d960 e0630e8
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Tue Nov 12 11:51:19 2019 -0500
    
        Merge branch 'develop' into webhooks
    
    commit 667d960
    Merge: be83925 557a83b
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Tue Nov 12 11:17:11 2019 -0500
    
        Merge branch 'v8.0.0' into webhooks
    
    commit be83925
    Merge: f51c51a 41fd0b6
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Tue Nov 12 11:17:07 2019 -0500
    
        Merge branch 'develop' into webhooks
    
    commit 557a83b
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Tue Nov 12 10:54:13 2019 -0500
    
        Fix false positive in sso 2fa block
    
    commit 0989b31
    Author: Ben Haynes <ben@rngr.org>
    Date:   Tue Nov 12 10:49:54 2019 -0500
    
        relations alpha order
    
    commit 8f15ad6
    Author: Ben Haynes <ben@rngr.org>
    Date:   Tue Nov 12 10:49:42 2019 -0500
    
        public role description
    
    commit 555ba2f
    Author: Ben Haynes <ben@rngr.org>
    Date:   Tue Nov 12 10:46:22 2019 -0500
    
        update settings seeder to contain all default options
    
    commit 9816a4a
    Author: Binal Gajjar <binal.gajjar7@gmail.com>
    Date:   Tue Nov 12 20:41:54 2019 +0530
    
        Add redirect_url param
    
    commit 3ba3708
    Merge: 379457d 0629167
    Author: Binal Gajjar <binal.gajjar7@gmail.com>
    Date:   Tue Nov 12 20:30:11 2019 +0530
    
        Merge branch 'v8.0.0' of https://github.com/directus/api into v8.0.0
    
    commit 0629167
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Mon Nov 11 18:33:17 2019 -0500
    
        Add project key to reset password
    
    commit 2bcd474
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Mon Nov 11 18:33:05 2019 -0500
    
        Add trailing slash to admin redirect
    
    commit 4a0ccf6
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Mon Nov 11 16:13:34 2019 -0500
    
        Update request / reset password to be all app based
    
    commit e42fbf9
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Mon Nov 11 16:13:05 2019 -0500
    
        Redirect to admin based on relative url (works in sub-folder)
    
    commit 9f24d50
    Author: rijkvanzanten <rijkvanzanten@me.com>
    Date:   Mon Nov 11 15:17:59 2019 -0500
    
        Redirect to correct endpoint for app
    
    commit f51c51a
    Author: Binal Gajjar <binal.gajjar7@gmail.com>
    Date:   Fri Nov 8 22:44:15 2019 +0530
    
        Webhook Implementation (#1304)
    
        * Webhook implementation
    
        * Webhook development
    
        * Fix 29
    
        * Register the webhook
    
        * Webhook seed transfer into migrations
    
        * Update default seeder
    
        * Update comment
    
        * Update comment
    
        * Add Status Field
    rijkvanzanten committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9e68275 View commit details
    Browse the repository at this point in the history
  10. directus users seeds

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4e0e765 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26318b3 View commit details
    Browse the repository at this point in the history
  12. remove unused seeder data

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    cf99ccb View commit details
    Browse the repository at this point in the history
  13. missing comma

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    91474ab View commit details
    Browse the repository at this point in the history
  14. Added missing comma

    binal-7span committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    d940133 View commit details
    Browse the repository at this point in the history
  15. settings defaults

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4d4431e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25ef1c3 View commit details
    Browse the repository at this point in the history
  17. Remove directus activity seen table (#1422)

    * Remove directus activity seen
    
    * Revert back the activity seen field from upgrades
    binal-7span authored and rijkvanzanten committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9d15783 View commit details
    Browse the repository at this point in the history
  18. webhooks seeds

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c4b5d34 View commit details
    Browse the repository at this point in the history
  19. webhooks update

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8efe413 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d6d447b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9ce20d4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d13c0b View commit details
    Browse the repository at this point in the history
  23. webhooks url placeholder

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c4b1602 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2a29c16 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7ba07f4 View commit details
    Browse the repository at this point in the history
  26. webhooks info

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    ce58cb5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2d612d4 View commit details
    Browse the repository at this point in the history
  28. Bump version

    rijkvanzanten committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    80f323f View commit details
    Browse the repository at this point in the history
  29. hide dividers on browse

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    2560280 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    498122c View commit details
    Browse the repository at this point in the history
  31. better webhooks layout

    benhaynes committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c1efb13 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    0f2ca5b View commit details
    Browse the repository at this point in the history
  2. Revert "Fix the general settings schema upgrade - consider the new in…

    …stallation as well with already existing fields (#1391)" (#1424)
    
    This reverts commit 483e065.
    binal-7span committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    8066f99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d102543 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    268efac View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    1583dcf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    9147bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267f2b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97b8b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Fix Constant Imagick::ALPHACHANNEL_REMOVE is undefined (#1438)

    When using Imagick less than version 3.4.4, it will throw error `Constant Imagick::ALPHACHANNEL_REMOVE is undefined`.
    
    The const `ALPHACHANNEL_REMOVE` only exist in 3.4.4 as described [here](Imagick/imagick#281).
    jbalatero authored and binal-7span committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    c3692ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1709d10 View commit details
    Browse the repository at this point in the history
  3. Fix #1442 [Reset password throws email error on inactive user] (#1445)

    * Add Migration for theme
    
    * Fix #1442 [Reset password throws email error on inactive user]
    binal-7span committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    0c1cb8b View commit details
    Browse the repository at this point in the history
  4. Update syntax for insert

    binal-7span committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4e41a43 View commit details
    Browse the repository at this point in the history
  5. User role m2m to o2m (#1435)

    * Update role to m2o
    
    * Remove debug code
    
    * If exist condition
    
    * Update migrations/db/seeds/RelationsSeeder.php
    binal-7span authored and rijkvanzanten committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    ab64dac View commit details
    Browse the repository at this point in the history
  6. Fix #1434 [Clean up /projects /server/projects setup] (#1439)

    * Fix #1434
    
    * Remove unwanted code
    
    * Try catch for response
    
    * Remove the superadmin token from payload and place it as a param
    
    * Remove admin condition to delete the project
    
    * Remove whitespace
    binal-7span authored and rijkvanzanten committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    25a1af5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    aa9f396 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Fix #1450 (#1451)

    *  Issue fix 1450
    
    * Remove optional from social_providers as it will add a blank string too.
    urvashi-7span authored and binal-7span committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    68e1717 View commit details
    Browse the repository at this point in the history
  2. Fix #1417 [Resolve edit permission is required to create a file] (#1452)

    * Fix #1417 [Resolve edit permission is required to create a file]
    
    * Remove unwanted enter from file
    
    * Remove unwanted files from git commit
    
    * Remove unwanted files from git commit
    binal-7span committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    868cd52 View commit details
    Browse the repository at this point in the history
  3. Revert " Fix #1450 (#1451)" (#1454)

    This reverts commit 68e1717.
    rijkvanzanten committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    68822e0 View commit details
    Browse the repository at this point in the history
  4. Fix project install

    rijkvanzanten committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    b3102e9 View commit details
    Browse the repository at this point in the history
  5. Stop migrations execution for server endpoints (#1453)

    * Stop migrtions execution for server endpoints
    
    * Remove trailing slash from get request
    binal-7span authored and rijkvanzanten committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    5f8abf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    3664613 View commit details
    Browse the repository at this point in the history
  2. Support for redis cluster (#1441)

    * Add support for redis cluster
    
    * Add cache adapter type for rediscluster
    
    * Use cache/cache for dev-master (which support RedisCluster)
    Fix instanciation of RedisCluster
    hufon authored and binal-7span committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    3bc38d5 View commit details
    Browse the repository at this point in the history
  3. Bump version

    rijkvanzanten committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    3ee5eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f61f05 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    cac7ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    205688a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b014371 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Make the api endpoint /server/projects works with docker environments…

    … variables (#1470)
    
    * Make the api endpoint /server/projects works with docker environments variables DIRECTUS_USE_ENV=1
    
    * Change default project name to _
    hufon authored and binal-7span committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    94eaf1a View commit details
    Browse the repository at this point in the history
  2. Fix #1450 [Installer creates format issues in config file] (#1472)

    * Fix #1450 [Installer creates format issues in config file]
    
    * Add comma after array
    binal-7span authored and rijkvanzanten committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    ecd1499 View commit details
    Browse the repository at this point in the history
  3. Fix #1427 (#1469)

    binal-7span authored and rijkvanzanten committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    6f411be View commit details
    Browse the repository at this point in the history
  4. Adding command line support for new project flow (#1464)

    * Fix commannd line issues
    
    * Add upgrades migrations in cmd installtion
    
    * Rename -N to -k and add it to the list of available options
    binal-7span authored and rijkvanzanten committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    ae2d697 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Make the use if the telemetry service configurable (#1420)

    * Make the telemetry requests configurable
    
    * Add new config setting to the schema
    
    * Remove telemetry from configuration file
    
    * Remove telemetry from configuration file
    
    * Remove telemetry from schema
    
    * Remove extra comma
    
    * Fetch the telemetry from settings table instead of configuration file
    arboehme authored and binal-7span committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    f8e0fd3 View commit details
    Browse the repository at this point in the history
  2. Fixed primary key fields Graphql definition (#1418)

    * Fixed primary key fields Graphql definition
    
    The check for primary key fields was wrong so they never are defined as ID. So the Int! definition raises a Graphql validation error on primary key fields:
    
    Interface field Node.id expects type ID but ###.id is type Int!.
    
    * Code style improvements
    
    Used "if" instead ternary operator and removed unnecessary "== true"
    boris-burgos authored and binal-7span committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    af04f1d View commit details
    Browse the repository at this point in the history
  3. Migration changes (#1466)

    * Migrations folder structure
    
    * Change migrations path
    
    * Remove unwanted utilities
    
    * Remove utilities
    
    * Add version in comment section of migrations
    
    * Check if the table exists or not
    
    * Adding if exist condition for update
    
    * Rename the fields migrations
    
    * MIgration changes
    binal-7span authored and rijkvanzanten committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    18c0673 View commit details
    Browse the repository at this point in the history
  4. Remove check for libapache2_mod_php (#1479)

    The Apache PHP module is needed in order to run PHP from Apache. This information is returned from PHP, so if this module isn't loaded, this whole endpoint wouldn't do anything. If this endpoint works, we already know that libapache2-mod-php is working as expected. (Also, extension_loaded("libapache2-mod-php") never seems to be true.
    rijkvanzanten committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    f26b8ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46ef865 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60eb656 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    df37e85 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Fix #1488 (#1489)

    binal-7span committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8fd805c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6517386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39fee53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae6ca87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f9444b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab48e0e View commit details
    Browse the repository at this point in the history
  7. Rework the thumbnailer (#1467)

    * Thumbnail whitelist development
    
    * Image and thumbnail URL changes and validations
    
    * Assets endpoints in thumbnail
    
    * Default thumbnail URL changes and other changes
    
    * Removed thumbnail in public
    
    * Requested changes in thumbnailer
    
    * Remove key from folder name
    
    * Provide the support for both keys - system and whitelist
    
    * Return all the thumbnail - including system as well as whitelisted
    
    * Use the shorthand for width, height, quality and fit
    
    * Use the shorthands for params
    
    * Update AssetService.php
    
    * Update the error message
    urvashi-7span authored and rijkvanzanten committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cada95f View commit details
    Browse the repository at this point in the history
  8. MIgration changes (#1495)

    * MIgration changes
    
    * Update the sorting ordeR
    binal-7span authored and rijkvanzanten committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cbd1475 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e65d3f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32f44ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37ea57d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04305e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fb60857 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    104feaa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7b81728 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Update migrations

    rijkvanzanten committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1a3a39f View commit details
    Browse the repository at this point in the history
  2. Add contain constraint

    rijkvanzanten committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    588f71e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8657f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b985a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec1c37 View commit details
    Browse the repository at this point in the history
  6. Config updates (#1484)

    * Migrations folder structure
    
    * Change migrations path
    
    * Remove unwanted utilities
    
    * Remove utilities
    
    * Add version in comment section of migrations
    
    * Check if the table exists or not
    
    * Adding if exist condition for update
    
    * Rename the fields migrations
    
    * Rename api-sample.php to _example.php
    
    * Don't return ignored files
    
    * Move env out of app config category
    
    * Remove timezone flag from config
    
    * Move logger config out of settings key
    
    * [WIP] Start on new example config file
    
    * Change order + remove comments from config stub
    
    * Get rid of unused `feedback` config section
    
    * Update example config file
    
    * Added missing comma
    
    * Added missing comma
    
    * Remove migration
    
    * Adding support for _ project
    
    * Add comment for condition
    
    * Update Server.php
    rijkvanzanten committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    96f5d19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdb5a69 View commit details
    Browse the repository at this point in the history
  8. Make durations readonly

    rijkvanzanten committed Nov 28, 2019
    1 Configuration menu
    Copy the full SHA
    a8312a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fddd940 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0df2aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f62a49 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    b318910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ba085 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Update the thumbnailer (#1506)

    * File name changes and thumbnailer changes
    
    * Thumbnail related changes
    
    * name changes
    
    * Fix typo
    
    * Thumbnail changes
    
    * Combine migration files
    
    * Replace the file delete code from basetablegateway to fileservice
    
    * Tweak migrations
    
    * Set uuid to default field format
    * Don't change primary key of directus_files
    
    * Fix content-disposition header + last modified for originals and thumbnails
    
    * Don't return thumbnails if the asset type isn't an image
    
    * Set duration to readonly
    
    * Don't try reading non-images files with Intervention
    
    * Prefer application/pdf over application/acrobat
    
    * Update repeater settings for asset whitelist
    
    * Fix renaming files
    rijkvanzanten committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    2f317c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2f57b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a405ba5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    915bd53 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Have migrations (#1509)

    * Put old migrations back
    
    * Upgrade migrations
    
    * Various tweaks
    
    * Fix private hash requirement flag
    
    The API still throw a required error, even though its a generated field
    
    * Fix settings
    
    * Rework order of migrations
    
    * Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    Beautify directus_files
    
    * Remove nav_blacklist, add enforce_2fa
    
    * Tweak settings of timeline
    
    * Get rid of activity icon
    rijkvanzanten committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d3cdb83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9909e74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bfa16f View commit details
    Browse the repository at this point in the history
  4. Rebuild the 2FA query (#1510)

    * Redevelop the 2FA query
    
    * Dynamic name of table
    binal-7span committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8a361fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21277ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94b5feb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1301dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecc5578 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    rijkvanzanten committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    953c19b View commit details
    Browse the repository at this point in the history
  10. Update README.md

    rijkvanzanten committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3c72e56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bfd8aa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    6dc59d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6364a0c View commit details
    Browse the repository at this point in the history
  3. Bump version

    rijkvanzanten committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    982e6ad View commit details
    Browse the repository at this point in the history