Commit Graph

1240 Commits (06631795c0a7de0f7b45c8c5dabc796b4cd86bcc)

Author SHA1 Message Date
Manuel Kaufmann bd33e1d402 Use is_authenticated and is_anonymous as attribute 2018-12-04 12:20:54 +01:00
Manuel Kaufmann 3800d7555f
Merge pull request #4910 from dojutsu-user/validate-profile-form-fields
Validate profile form fields
2018-12-03 12:22:37 +01:00
Manuel Kaufmann 273776cbfd
Merge pull request #4929 from stsewd/remove-repeated-code
Remove repeated and dead code
2018-12-03 12:07:13 +01:00
Eric Holscher 37f2ef46c5
Merge pull request #4876 from stsewd/sync-version-when-creating-branch-tag
Sync versions when creating/deleting versions
2018-11-29 15:20:44 -05:00
Santos Gallegos 54b5372f99 Format 2018-11-27 16:53:30 -05:00
Santos Gallegos 2b5b87569c Remove repeated/dead code 2018-11-27 16:32:15 -05:00
Santos Gallegos dcc37cccc2 Don't rmtree symlink 2018-11-26 11:43:06 -05:00
dojutsu-user 2fff259456 Use max_length 2018-11-17 13:33:18 +05:30
dojutsu-user a17a2d3abe Add form validation 2018-11-17 00:27:02 +05:30
Santos Gallegos dd235f32e4 Use default branch instead of LATEST 2018-11-15 12:21:31 -05:00
Santos Gallegos d96a412c62 Refactor 2018-11-07 12:02:39 -05:00
Santos Gallegos c277d4fa51 Sync versions when creating/deleting versions on GitHub 2018-11-06 19:50:35 -05:00
Eric Holscher d2137df5cf
Merge pull request #4545 from rtfd/davidfischer/enable-timezone-support
Enable timezone support and set timezone to UTC
2018-11-06 11:52:42 -06:00
Eric Holscher fc754e1bc2 Release 2.8.1 2018-11-06 10:50:46 -06:00
Eric Holscher c972fb253d Add test for build redirect 2018-11-02 15:58:07 -05:00
Rahul Tiwari 51196b14f5 Update dosctring and fix yapf errors 2018-11-02 15:58:07 -05:00
Rahul Tiwari b380c90fe9 Return signature from trigger build and use it to fetch build_pk 2018-11-02 15:58:07 -05:00
Eric Holscher 953a4ee2ef Merge remote-tracking branch 'origin/master' into davidfischer/enable-timezone-support 2018-11-01 14:21:37 -05:00
Eric Holscher adde923734
Merge pull request #4795 from dojutsu-user/raise-404-at-subdomain-middleware
Raise 404 at SubdomainMiddleware if the project does not exist.
2018-11-01 09:21:21 -05:00
Eric Holscher c476aee1e0
Merge pull request #4842 from benjaoming/text-weaks
Version compare warning text
2018-11-01 09:07:04 -05:00
Manuel Kaufmann cac4fccaf2
Merge pull request #4833 from rtfd/humitos/redirects/avoid-infinite
Avoid infinite redirection
2018-11-01 14:50:24 +01:00
Eric Holscher 5f3d11e193
Merge pull request #4733 from stsewd/fix-webhook-latest
Don't build latest on webhook if it is deactivated
2018-11-01 07:23:15 -05:00
Benjamin Bach 02a32a8c4f Build frontend after 42ae068b69 2018-10-31 22:39:23 +01:00
Benjamin Bach 42ae068b69 Tweak version compare warning to be more general 2018-10-31 22:26:01 +01:00
Riccardo Magliocchetti cd49cf181c static: rebuild static files 2018-10-31 09:39:08 -05:00
Riccardo Magliocchetti 059413cb47 static: use modern getJSON and ajax callbacks
Use done() and fail() instead of complete() and success() that got
removed in jquery 3.0.
2018-10-31 09:37:00 -05:00
Manuel Kaufmann 00fe39a5b1 Log a WARNING when the infinite redirect happens 2018-10-31 14:42:55 +01:00
Manuel Kaufmann bc1cfb346e Avoid infinite redirection 2018-10-31 13:29:55 +01:00
Eric Holscher 70bf58b2e5
Merge pull request #4819 from damianz5/jquery_fix
Fix for jQuery in doc-embed call
2018-10-31 07:10:11 -05:00
David Fischer 7cfdf48bd0
Migrate old passwords without "set_unusable_password" 2018-10-30 13:49:59 -07:00
Damian Zabawa d22a041eab Fix for jQuery 2018-10-29 12:42:15 +01:00
Manuel Kaufmann 08a97bd5a3 pre-commit linting 2018-10-28 22:44:10 +01:00
Manuel Kaufmann 2d20a10748 Remove old_div function usage 2018-10-28 22:19:58 +01:00
Eric Holscher 392166e857
Merge pull request #4750 from rtfd/davidfischer/django-1.11-upgrade
Django 1.11 upgrade
2018-10-23 13:29:35 +02:00
dojutsu-user daf0d1e181 Add the forgotten 'not' in the if-condition 2018-10-23 15:22:22 +05:30
dojutsu-user 1afe3adfb4 Raise 404 Error at SubdomainMiddleware if the project does not exist 2018-10-23 15:11:09 +05:30
Manuel Kaufmann 4f00027899 Do not log as error a webhook with an invalid branch name 2018-10-18 16:34:28 +02:00
Eric Holscher 8f6776cb01
Merge pull request #4769 from stsewd/upgrade-logs-middleware
Upgrade logs from debug on middleware
2018-10-17 10:31:50 +02:00
Santos Gallegos 3f9314dedd Upgrade logs from debug on middleware 2018-10-16 11:33:32 -05:00
Santos Gallegos d11402d538
Merge pull request #4731 from stsewd/remove-unused-endpoint
Remove /cname endpoint
2018-10-16 10:56:36 -05:00
Manuel Kaufmann 812b66623a Do not re-raise the exception if the one that we are checking 2018-10-16 10:36:14 +02:00
Manuel Kaufmann 846c7e2ef9 Do not fail when unlinking an non-existing path (#4760)
* Do not fail when unlinking an non-existing path

If we try to unlink a path that doesn't exist, we need to do nothing
instead of failing hard and logging an exception on Sentry.

* Rename unlink to safe_unlink
2018-10-16 10:21:11 +02:00
Santos Gallegos 35976e1501 Remove redundant check 2018-10-15 14:09:45 -05:00
Santos Gallegos 2c52e08780 Simplify logic to build a version 2018-10-15 14:01:24 -05:00
David Fischer 9f2c9bdb1d
Migrate old passwords to be unusable 2018-10-11 15:38:08 -07:00
Santos Gallegos ca5d61e734 Linter 2018-10-11 11:41:06 -05:00
Santos Gallegos 343c58c4ff Log first, trigger build later 2018-10-11 11:38:28 -05:00
Santos Gallegos 76da8e5330 Refactor and add log 2018-10-10 22:14:37 -05:00
David Fischer 964b292a9b
Merge branch 'update-django-10x' of https://github.com/stsewd/readthedocs.org into davidfischer/django-1.11-upgrade 2018-10-10 13:10:53 -07:00
Eric Holscher 5b3e71e417
Revert "Upgrade theme media to 0.4.2" 2018-10-06 19:59:28 +02:00