Nextcloud bot
1f8a45bbd7
[tx-robot] updated from transifex
8 years ago
Morris Jobke
bb865a55fe
Merge pull request #5738 from nextcloud/comradekingu-patch-3
Spelling: UID
8 years ago
Morris Jobke
8fecc336ac
Merge pull request #5959 from nextcloud/drop-logo-claim
Logo claim is not used anymore
8 years ago
Nextcloud bot
21dd85678f
[tx-robot] updated from transifex
8 years ago
Lukas Reschke
ea2e629c6c
Merge pull request #5953 from nextcloud/theming-lightness-correction
Use same lightness calculation as the SCSS compiler for theming
8 years ago
Morris Jobke
585e5c6ea5
Logo claim is not used anymore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
c40352c030
Merge pull request #5816 from nextcloud/fix-oracle
Fix oracle
8 years ago
Morris Jobke
a0939f78b3
Merge pull request #5682 from nextcloud/inline-svg-icon
Proof of concept #5593 - inline SVG icon for icon-contacts
8 years ago
Marin Treselj
c658862052
Replace `include` with `file_get_contents`
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Marin Treselj
ffcdc96a0b
Proof of concept #5593 - inline SVG icon for icon-contacts
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Allan Nordhøy
2fcf4f2f29
Improve spelling in LDAP
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
6ca4b9eee9
Merge pull request #5920 from nextcloud/gallery-share-view-fix
Top bar buttons in share view are wrong positioned
8 years ago
Morris Jobke
6290ba8299
Merge pull request #4790 from nextcloud/fix-comparisons-in-apps
Fix comparisons in apps
8 years ago
Morris Jobke
1a711b1e73
Merge pull request #5956 from nextcloud/proper-update-notification-layout
Improve update notification layout and show non-default update server
8 years ago
Roeland Jago Douma
fbfd371493
Merge pull request #5923 from nextcloud/expire-federation-jobs
Expire federation jobs
8 years ago
Morris Jobke
d7d2d7c803
Merge pull request #5952 from nextcloud/appmanager-isshipped
Use public methods for OC_App::isShipped
8 years ago
Marin Treselj
717a44f161
Make sure this still works in other apps.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Joas Schilling
4ca4b270e7
Close all the cursors
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
81c54ea515
Use automatic injection whenever possible
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Morris Jobke
9391d8fc60
Improve update notification layout and show non-default update server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
a96c651935
Merge pull request #5949 from nextcloud/fix-broken-code
Use IUser
8 years ago
Morris Jobke
30a7030820
Merge pull request #5957 from nextcloud/updatenotification-show-status
Show correct status in update notification
8 years ago
Lukas Reschke
bc9eb59384
Use IUser
This is broken and will never work as the phan CI step pointed out.
Pro-tip of the day: Check why CI fails before merging 🙈
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Morris Jobke
7f2e9d10a3
Show correct status in update notification
Sometimes it could be the case that after a channel change the last updated
timestamp is reset, but the check for updates is not yet completed. In this
case the update notification showed "You are up to date" and the date was
"1970-01-01 00:00:00". With this fix the state is properly shown.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Joas Schilling
78412fda9c
Add a method to compare empty strings with an expression
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
100fe07f5d
Fix repair step for oracle...
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
2f8756754f
Fix last failures with oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
293dea0625
Fix querybuilder and functionbuilder tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
bb58667511
Fix ILIKE regex for oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
fc22a2cb07
Fix auth provider
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
a5b0308713
Use selectAlias()
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
20f8d1094a
Can not insert auto increment on oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
106df7bc33
Fix missing escape on column and table name
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
a76d4ef04e
Fix clob comparison
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
3b648645f4
Allow to specify the table space on occ
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
8ec6c1f259
Quote aliases as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
b29baababd
Oracle does not support PDO::FETCH_KEY_PAIR
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Morris Jobke
45d080d70e
Merge pull request #5951 from nextcloud/use-public-method
Use public API instead of private
8 years ago
Nextcloud bot
2800e017de
[tx-robot] updated from transifex
8 years ago
Morris Jobke
3f0f18b4c4
Merge pull request #5948 from nextcloud/remove-explicit-declaration
Remove explicit type hints for Controller
8 years ago
Julius Härtl
9cd21bbe8a
Use same lightness calculation as the SCSS compiler for theming
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Morris Jobke
cd02b2205e
Use public methods for OC_App::isShipped
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Lukas Reschke
21d1d05667
Use public API instead of private
The private API here doesn't have the backends yet properly initialized, probably another bug but let's go with the easy bug fix here. Next step is to write integration tests and then figure out why changing this to the private API (which it actually calls) doesn't work.
Fixes https://github.com/nextcloud/server/issues/5950
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke
f93a82b8b0
Remove explicit type hints for Controller
This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Morris Jobke
84c22fdeef
Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call
Add metadata to \OCP\AppFramework\Http\Response::throttle
8 years ago
Morris Jobke
6010c4f267
Merge pull request #5877 from nextcloud/typehint_middleware
Prop argument type for Middleware
8 years ago
Joas Schilling
a20934227c
Remove undocumented config
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
c23c05d4f6
Fix versions app
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
231bb47ae6
Fix file size comparison
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
d703744d4a
Fix comparisions in the trashbin app
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago