Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a small but severe bug wherein an empty twitter key would resul… #76

Merged
merged 2 commits into from
Jul 27, 2020

Conversation

HerrLevin
Copy link
Member

…t in an error 500 while accessing a profile page since '' is not NULL.

Fixes #75

HerrLevin and others added 2 commits July 27, 2020 13:06
…t in an error 500 while accessing a profile page since '' is not NULL.
Pleasing the codacy gods
@HerrLevin HerrLevin merged commit 6ae9953 into develop Jul 27, 2020
@HerrLevin HerrLevin deleted the dev-lb-75 branch July 27, 2020 11:15
HerrLevin added a commit that referenced this pull request Jul 27, 2020
* Bump websocket-extensions from 0.1.3 to 0.1.4 (#52)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fixed that profile picture can't be deleted

fixed #61

* fixed that page title was not shown in all languages

* Hotfix for 500 in active statuses.

* Fixes another 500... (#65)

* Fixed admin-graphs with JS-Magic. ✨(#67)

* Add Codacy badge (#68)

* Bump npm-registry-fetch from 8.0.0 to 8.1.1

Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 8.0.0 to 8.1.1.
- [Release notes](https://github.com/npm/registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/latest/CHANGELOG.md)
- [Commits](npm/npm-registry-fetch@v8.0.0...v8.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed a small but severe bug wherein an empty twitter key would resul… (#76)

* Fixed a small but severe bug wherein an empty twitter key would result in an error 500 while accessing a profile page since '' is not NULL.

* Update Encryptable.php

Pleasing the codacy gods

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kris <git@k118.de>
Co-authored-by: Jonas Möller <mail@jonasmoeller.de>
Co-authored-by: Codacy Badger <badger@codacy.com>
Co-authored-by: Jannik <jannik@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server error 500 when opening my profile
1 participant