1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Commit Graph

  • cbc98ea8e4 Update error text; refactor Chaoyi Zha 2018-04-20 21:30:49 -0400
  • cf6b41acaa Remove space %20 mapping for bulk API Chaoyi Zha 2018-04-20 21:24:33 -0400
  • 28f5122456 Refactor processed links array variable Chaoyi Zha 2018-04-20 21:08:00 -0400
  • adf79902ef adding code to query stats for multiple action in a sigle api call + deleting redundant code abhij89 2018-04-18 04:14:40 +0530
  • 4688e53ebd Update documentation Chaoyi Zha 2018-04-12 17:32:18 -0400
  • 66093bd90e Resolve validation issues; fix errors Chaoyi Zha 2018-04-11 19:26:52 -0400
  • 569b31f44b
    Merge d89ad4a6c7 into b29c5d51a9 Untung Ginardi 2018-04-08 04:12:14 +0000
  • d89ad4a6c7 Remove unnecessary vendor code Untung Ginardi 2018-04-08 11:11:16 +0700
  • a07e83d5f6 Merge branch 'default' Untung Ginardi 2018-04-08 11:00:20 +0700
  • b0295c7d43 Add bulk shortening API endpoint & create controller methods Chaoyi Zha 2018-04-06 18:00:41 -0400
  • 0ce6ac544f
    Merge c6e0501a1d into b29c5d51a9 David Indra 2018-03-31 14:43:38 +0000
  • c6e0501a1d
    Make link placeholder a value David Indra 2018-03-31 16:43:15 +0200
  • 59e7428d78 Various updates for .env * If the user has manually created a .env file, we use that wherever possible, otherwise we generate our environment variables file from copying and editing the .env.setup file. This will be used by docker-compose to set environment variables inside the container. * The startup script no longer creates a .env file if it doesnt exist, we simply create the symlink for it so that if it ever exists in future, it will persist in our volume. * If the .env file does exist inside the container on startup, we make sure tha the website can write to the file for the setup page's needs. Programster 2018-03-30 15:46:08 +0000
  • 0d38ae6573 We now use a docker-compose.yml.tmpl file that the user can manually turn into a docker-compose.yml file with their own changes. - E.g. some users may wish to not use the linked mysql container. Thus we now ignore the docker-compose.yml file so that it doesn't cause issues if an update comes through and they have local changes. Programster 2018-03-30 15:50:20 +0100
  • b915aec818 Switching to camelCase. Programster 2018-03-30 12:58:45 +0100
  • 5389c2b2e6 using [] shorthand as requested. Programster 2018-03-30 12:40:55 +0100
  • 39317f0295 using Laravel's env() method which allows us to make the code more concise. Programster 2018-03-30 12:39:55 +0100
  • a457f64043 adding newlines to the end of files as per code-review, and having code that generates a file make sure it ends in a newline. Programster 2018-03-30 12:36:05 +0100
  • 1dd97c8d14
    Merge d3372ac451 into b29c5d51a9 Evan McMahon 2018-03-30 10:06:17 +0000
  • 73315b6ea4
    Merge branch 'master' into update-default-location Evan McMahon 2018-03-30 21:02:20 +1100
  • f6b3647317 * switching to docker-compose in order to spin up a polr container with a linked database container. Now users dont have to set up a mysql database, but they probably need a server with at least 1G of RAM. * user now has to run the configure.sh script once to generate random passwords, which are put into environment files which the docker-compose.yml references. * The setup page now checks if the environment variables are set, and if so it will pass these into the view as the values. This way the user doesn't have to dig around to see what their randomly generated password was set to. In fact the user never has to see the database passwords ever. Programster 2018-03-30 05:06:39 +0000
  • d3ab6088c3 using the new dockerignore file in the build script Programster 2018-03-30 05:22:45 +0100
  • 38dd6dad15 adding dockerignore file to ignore .git Programster 2018-03-30 05:21:49 +0100
  • 963aa574f8 1. Cleaning up apt and lists after installing packages as pointed out here: https://github.com/hadolint/hadolint/wiki/DL3009 2. using --no-install-recommends when installing curl Programster 2018-03-30 01:23:29 +0000
  • 6ebb25eeeb Removing unused DIR variables as pointed out in the codereview: https://app.codacy.com/app/cydrobolt-codacy/polr/pullRequest?prid=796042 Programster 2018-03-30 01:02:48 +0000
  • d4815dfe36 Merge branch 'master' into docker Programster 2018-03-30 01:55:07 +0100
  • b29c5d51a9 Fix style and grammar issues Chaoyi Zha 2018-03-29 13:05:32 -0400
  • f3b9f09460
    Revert "Better dashboard: Merge Delete/Disable column to Control column" (#430) Chaoyi Zha 2018-03-29 13:00:19 -0400
  • 7b7cfa2228
    Revert "Better dashboard: Merge Delete/Disable column to Control column" Chaoyi Zha 2018-03-29 12:59:32 -0400
  • d39efe6aef
    Merge pull request #384 from tdtgit/delete-link-confirm Evan McMahon 2018-03-29 18:30:55 +1100
  • dd0fc51eb0
    Merge branch 'master' into 346-show-uniques Evan McMahon 2018-03-29 18:28:50 +1100
  • 40e961e6fe
    Merge branch 'master' into delete-link-confirm Evan McMahon 2018-03-29 18:17:16 +1100
  • 8c0d012dfe
    Merge pull request #385 from tdtgit/better-admin-polr Evan McMahon 2018-03-29 18:14:48 +1100
  • d3372ac451
    Merge branch 'master' into 348-restricted-urls Evan McMahon 2018-03-29 18:14:33 +1100
  • 021145a8fb
    Merge branch 'master' into docker Evan McMahon 2018-03-29 18:12:59 +1100
  • 13d76e9499
    Merge branch 'master' into better-admin-polr Evan McMahon 2018-03-29 18:08:36 +1100
  • 10deac3464
    Merge branch 'master' into realtime-check Evan McMahon 2018-03-29 17:02:16 +1100
  • a0c655cdfa
    Merge branch 'master' into update-default-location Evan McMahon 2018-03-29 16:57:39 +1100
  • 2324d879f1
    Merge branch 'master' into 157-replace-px-with-em Evan McMahon 2018-03-29 16:54:15 +1100
  • eafce58825 Merge branch 'DT27-master' Chaoyi Zha 2018-03-29 00:04:30 -0400
  • 398b63a190 Style; change width Chaoyi Zha 2018-03-29 00:04:11 -0400
  • e5dbcda2ea Small changes to code style Chaoyi Zha 2018-03-29 00:01:38 -0400
  • fbd77815a6
    Merge branch 'master' into 348-restricted-urls Evan McMahon 2018-03-27 23:13:25 +1100
  • 50622909d5
    Merge branch 'master' into 346-show-uniques Evan McMahon 2018-03-27 23:12:26 +1100
  • 3facc9bb90
    Merge branch 'master' into update-default-location Evan McMahon 2018-03-27 23:11:15 +1100
  • a58daac51f
    Merge 2a4c0e532e into a243a87de8 Anh Tuấn 2018-03-27 12:07:17 +0000
  • d7024c14f7
    Begin translation Leon 2018-03-02 13:57:59 +0100
  • 298c22a821
    Merge branch 'master' into master DT27 2018-02-22 10:30:51 +0800
  • bea5dd710b Use max-width instead of max-device-width Chaoyi Zha 2018-02-21 16:38:24 -0500
  • 03f0cf2c5f Add carbon ads Chaoyi Zha 2018-02-21 16:29:06 -0500
  • a243a87de8 Sanitised URLs (#420) Sam Ezeh 2018-02-20 04:18:19 +0000
  • df4688b2b0
    Sanitised URLs Sam Ezeh 2018-02-19 17:17:26 +0000
  • b80e422275
    Update ISSUE_TEMPLATE.md Chaoyi Zha 2018-02-15 14:55:46 -0500
  • c6c50bc2cc no message DT27 2018-02-12 08:59:13 +0800
  • 62e484b299 Use Bootstrap tooltips. DT27 2018-02-12 08:56:12 +0800
  • 0ba3a50d49
    Merge branch 'master' into master DT27 2018-02-12 08:03:22 +0800
  • 7a1d720561
    Merge pull request #416 from cydrobolt/feature/new_logo Chaoyi Zha 2018-02-11 17:29:45 -0500
  • a095966592 Update docs logo; update logo in about page; update well CSS to better wrap new logo Chaoyi Zha 2018-02-11 17:25:26 -0500
  • 010f7c3f7b Merge branch 'sc0rp10-master' Chaoyi Zha 2018-02-11 17:06:12 -0500
  • c0ce7d4d6e Use proper HTTP response code for pretty 500 page; reduce line length Chaoyi Zha 2018-02-11 17:05:57 -0500
  • 09724050c2 return 404 http status for missing links Konstantin Zamyakin 2018-02-11 22:46:29 +0300
  • b3f0fc62c3 Add "Copy to clipboard" button in shorten result page. DT27 2018-02-11 18:23:42 +0800
  • 58a69d9a5b Remove role form session when user logout. DT27 2018-02-11 15:39:59 +0800
  • 9db8abb0c4 Update information in docs docs_overhaul Chaoyi Zha 2018-02-03 15:41:33 -0500
  • 6a35573a27
    Merge branch 'master' into master saivasanth 2018-02-03 12:42:20 +0530
  • e6c05cdcec
    Merge branch 'master' into master Luca 'meti' P 2018-01-17 07:34:14 +0100
  • 1c3fa7309b Update logo Chaoyi Zha 2018-01-10 20:34:18 -0500
  • c62f51476f
    Update logo link Chaoyi Zha 2018-01-10 20:33:32 -0500
  • 992852138e Updates to README Chaoyi Zha 2018-01-10 18:13:04 -0500
  • aab32ab04d New link and text updates Chaoyi Zha 2018-01-10 18:04:11 -0500
  • 4dcdf6f128 New logo, update spacing Chaoyi Zha 2018-01-10 18:03:00 -0500
  • c16c477d0b
    Add new logo Chaoyi Zha 2018-01-10 17:49:36 -0500
  • d33cb1c5b3 Merge branch 'iurisilvio-api_quota_index' Chaoyi Zha 2018-01-07 22:50:26 -0500
  • 216f0c75c0 Merge branch 'patch-1' of https://github.com/iurisilvio/polr into iurisilvio-api_quota_index Chaoyi Zha 2018-01-07 22:32:09 -0500
  • 9e4ad61e2b create api quota index Iuri de Silvio 2017-12-21 08:44:24 -0200
  • 5b48ab31ca
    $api_quota < 0 instead of -1 Iuri de Silvio 2017-12-20 22:31:00 -0200
  • 25094345d1
    Avoid link counting for unlimited quota Iuri de Silvio 2017-12-20 20:14:51 -0200
  • 7251984e07
    Merge branch 'master' into master Luca 'meti' P 2017-12-20 11:21:03 +0100
  • 8d9f5959c8
    Merge branch 'master' into 157-replace-px-with-em sanderr 2017-12-16 16:58:41 +0100
  • 2068eba42b
    Merge pull request #394 from fauskanger/patch-1 Chaoyi Zha 2017-12-14 15:28:19 -0500
  • a5c40016f4
    Merge branch 'master' into patch-1 Chaoyi Zha 2017-12-14 15:27:54 -0500
  • bbf3c2ec91
    Layout changes Chaoyi Zha 2017-12-14 15:27:45 -0500
  • 2545692b32
    Merge pull request #401 from sndrr/api-ratelimit-display-fix Chaoyi Zha 2017-12-12 22:59:37 -0500
  • cc73a5e08d Makes the int-value for api-rate limit field visible sanderr 2017-12-12 20:41:08 +0000
  • 71d10c830c Replaced px with em (with nominal scale 16px = 1 em) sanderr 2017-12-12 00:56:40 +0000
  • 4147ada557
    Merge pull request #1 from sndrr/emoji-urls sanderr 2017-12-12 00:56:41 +0100
  • 0f57aadb24
    Full UTF-8 support sanderr 2017-12-12 00:56:10 +0100
  • 828d68d1ad Changed code style. feuzeu 2017-12-05 18:49:00 -0500
  • e3354f89b4
    Add mypolr to "unofficial libraries" Thomas Fauskanger 2017-12-04 00:03:36 +0100
  • 9206330fa0
    Run a different SQL query depending on database driver Thierry Feuzeu 2017-11-12 08:35:58 +0100
  • e31772771d
    Execute raw SQL statements on PostgreSQL Thierry Feuzeu 2017-11-12 08:28:59 +0100
  • a3900d9385
    Merge branch 'master' into master Luca 'meti' P 2017-10-31 07:18:07 +0100
  • 2a4c0e532e
    Merge branch 'master' into open-in-new-tab Anh Tuấn 2017-10-28 21:33:18 +0700
  • 762eb0e06c Copy to clipboard and Open in new tab features Anh Tuấn 2017-10-28 20:35:38 +0700
  • 820392a4ca Add Open in new tab button, change .result-box to div element Anh Tuấn 2017-10-28 17:09:34 +0700
  • 357d134818 Remove enter on top Anh Tuấn 2017-10-28 15:43:37 +0700
  • 262c849383 Warn before delete users or links Anh Tuấn 2017-10-28 15:38:06 +0700
  • f047e31513 Merge disable/delete column to Control Anh Tuấn 2017-10-28 14:01:58 +0700
  • b6f3120cf3 Fix for better Codacy review Anh Tuấn 2017-10-28 12:10:42 +0700
  • e8cdb30aed Change to typeWatch jQuery plugin Anh Tuấn 2017-10-28 11:59:49 +0700