• [deleted]

luceos are you sure you're on the latest version check with php extiverse -v 😉

Positive

Extiverse  0.1-dev.5
phenomlab@vps:~/domains/hub.phenomlab.net/public_html$ php extiverse auth
Please retrieve a console token using the following url:
https://extiverse.com/auth/console

Also, the link of https://extiverse.com/auth/console simply redirects to https://extiverse.com/user/manage

    • [deleted]

    • Edited

    luceos yeah, that's intentional as it shows a token at the top.

    But no token is displayed 🙂

    EDIT: And I think this is because I'm running php extiverse auth on the server itself, and the browser session is being initiated from my own PC 🙂

    I guess I need to run all from my own PC then copy to the webserver ?

    EDIT2: Nope - even performing it locally generates the same result.

      • [deleted]

      luceos that issue is resolved. The page should always show a token.. T

      Nope - sorry.

      This is what I see

      Personalia
      Connected Accounts
      Tokens

      None of the "tokens" can be expanded, and can only be revoked - see below

        [deleted] a whole box should show up after redirection at the top. Not under tokens, but way up as the first thing. I'll double check logic with a user with less permissions tonight. Anyone else having this issue?

          Hi, after download the file from GitHub on my Windows PC what to do?
          This file is not read as executable on Windows how to use this file?

          Once you've downloaded the binary run php extiverse auth to retrieve a token which is saved inside your home directory. You do need to be logged in on extiverse.

          The binary from GitHub should be downloaded in the server or on my PC?
          If should be downloaded in the VPS server where put that file? Flarum root? Composer folder?

            • [deleted]

            luceos I don't see that at all - it's what I expected to be honest, but I don't see anything. All it does is redirect as per the previous thread, but there's no notification of a new token you can copy.

              • [deleted]

              luceos that's odd, will look at possible causes when the kids are asleep.

              Thanks very much. No rush, but am keen to gain an idea of when I can upgrade.

              luceos I'll double check logic with a user with less permissions tonight.

              Seems my hunch was right and generating tokens was limited only with a specific permission. As generating tokens for the extiverse binary is required this limitation has been lifted and accessing the endpoint will now correctly generate and show a token.

              I've changed how the token is generated, only one console token can be active at the same time; previous tokens will be invalidated. So please re-use the generated token across your servers and machines.

                • [deleted]

                luceos 😁 works for me - thanks very much. Now a MUCH clearer picture of how close I am to an upgrade !!

                v0.1-dev.6 released

                Added

                • ext:toggle command to switch one or all extensions to off or on.

                Download v0.1-dev.6.


                • ext:toggle can be used as php extiverse ext:toggle has several options:
                  • ext:toggle {name}, eg ext:toggle flarum/tags to enable flarum tags
                  • ext:toggle {name} --disable, eg ext:toggle flarum/tags --disable to disable flarum tags
                  • ext:toggle --all,to enable all extensions
                  • ext:toggle --all --disable,to disable all extensions
                  • ext:toggle --path {toFlarum}, eg ext:toggle --path /var/www/flarum to run commands on a specific Flarum installation, otherwise the current directory is used.

                  FYI, I encounter the following on v0.1-dev.6

                  PHP Warning:  require_once(phar:///home/…/extiverse/bootstrap/app.php): failed to open stream: phar error: "bootstrap/app.php" is not a file in phar "/home/…/extiverse" in phar:///home/…/extiverse/extiverse on line 19
                  PHP Fatal error:  require_once(): Failed opening required 'phar:///home/…/extiverse/bootstrap/app.php' (include_path='.:') in phar:///home/…/extiverse/extiverse on line 19

                  Currently installed in home directory, but encountered the same when installed in Flarum root.

                    UaMV thanks for reporting, for some reason the phar no longer could be build. Laravel Zero had an empty box.json. I fixed it and reinstated the dev.6 release post above.

                    Copying here to get the emotes to work.

                    +---------------------------+------------------+-----------------+-----------------------------------+
                    | Extension | Installed | Highest | Flarum 0.1.0-beta.14.1 compatible |
                    +---------------------------+------------------+-----------------+-----------------------------------+
                    | flarum/approval | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/auth-facebook | v0.1.0-beta.13 | unknown |  |
                    | flarum/auth-github | v0.1.0-beta.13 | unknown |  |
                    | flarum/auth-twitter | v0.1.0-beta.13 | unknown |  |
                    | flarum/bbcode | v0.1.0-beta.12 | 0.1.0-beta.12 |  |
                    | flarum | v0.1.0-beta.13 | 0.1.0-beta.14.1 | ✅ |
                    | flarum/emoji | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/flags | v0.1.0-beta.13 | 0.1.0-beta.14.1 | ✅ |
                    | flarum/lang-english | v0.1.0-beta.13 | 0.1.0-beta.14.1 | ✅ |
                    | flarum/likes | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/lock | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/markdown | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/mentions | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/pusher | v0.1.0-beta.13 | 0.1.0-beta.14.1 | ✅ |
                    | flarum/statistics | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/sticky | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/subscriptions | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/suspend | v0.1.0-beta.13 | 0.1.0-beta.14 | ✅ |
                    | flarum/tags | v0.1.0-beta.13.2 | 0.1.0-beta.14 | ✅ |
                    | fof/analytics | 0.9.1 | 0.9.1 |  |
                    | fof/ban-ips | 0.2.0 | 0.3.0 | ✅ |
                    | fof/best-answer | 0.1.11 | 0.2.0 | ✅ |
                    | fof/byobu | 0.5.6 | 0.5.6 |  |
                    | fof/drafts | 0.1.13 | 0.2.0 | ✅ |
                    | fof/formatting | 0.1.5 | 0.2.0 | ✅ |
                    | fof/gamification | 0.2.6 | 0.2.6 |  |
                    | fof/links | 0.3.0 | 0.4.0 | ✅ |
                    | fof/masquerade | 0.3.4 | 0.3.4 |  |
                    | fof/nightmode | 0.5.2 | 0.5.2 |  |
                    | fof/pages | 0.4.0 | 0.5.0 | ✅ |
                    | fof/polls | 0.1.2 | 0.1.2 |  |
                    | fof/sitemap | 0.5.3 | 0.5.3 |  |
                    | fof/upload | 0.10.0 | 0.10.0 |  |
                    | fof/user-directory | 0.3.4 | 0.3.4 |  |
                    | v17development/flarum-seo | 1.2.1 | 1.4 | ✅ |
                    +---------------------------+------------------+-----------------+-----------------------------------+

                      @luceos @Wadera

                      This is excellent! Thank you. I had a Google Sheets spreadsheet going keeping track of which ones were updated. Was checking every few days to see which new ones are upgraded. This is much easier.

                      I appreciate you building this tool.