summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-06-0210-54/+62
|
* [tx-robot] updated from transifexNextcloud bot2017-06-014-4/+462
|
* Merge pull request #5116 from McNetic/zipstreamerJoas Schilling2017-05-301-1/+1
|\ | | | | Always enable Zip64 extension for zipstreamer
| * Always enable Zip64 extension for zipstreamerNicolai Ehemann2017-05-251-1/+1
| | | | | | | | Signed-off-by: Nicolai Ehemann <en@enlightened.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-302-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-272-2/+2
| |
* | Merge pull request #5090 from ↵blizzz2017-05-261-2/+1
|\ \ | | | | | | | | | | | | nextcloud/try-fixing-missing-background-jobs-on-app-update Register the autoloading earlier so we can load the background jobs
| * | Register the autoloading earlier so we can load the background jobsJoas Schilling2017-05-241-2/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-262-0/+8
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-05-252-0/+458
|/
* [tx-robot] updated from transifexNextcloud bot2017-05-242-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-232-0/+8
|
* Merge pull request #5016 from nextcloud/reset-opcache-on-updater-page-loadRoeland Jago Douma2017-05-221-0/+3
|\ | | | | Reset opcache if update is detected
| * Reset opcache if update is detectedMorris Jobke2017-05-211-0/+3
| | | | | | | | | | | | This even works if opcache_reset is in the disabled_functions php.ini setting. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-222-2/+8
|/
* Set SCSS dependencies to memcache on compileRoeland Jago Douma2017-05-211-1/+3
| | | | | | | Else when an upgrade happens we will recompile all the SCSS files all the time (until the cache expires). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4854 from michaelletzgus/deferred-script-loading-v2Morris Jobke2017-05-202-0/+41
|\ | | | | Make page loading faster, deferred script loading, now switchable:
| * Make page loading faster by deferred script loading:Michael Letzgus2017-05-202-0/+41
| | | | | | | | | | | | | | | | * Create generalized function for emmitting <script defer src=""> tags to templates * Remove type attribute from inline_js * Add defer attribute to external <script> tags Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-202-0/+44
| |
* | Merge pull request #4981 from ↵Morris Jobke2017-05-191-1/+1
|\ \ | | | | | | | | | | | | nextcloud/fix-missing-argument-2-getAppContainer-master Fix missing argument 2 for Settings classes
| * | Fix missing argument 2 for Settings classesJoas Schilling2017-05-191-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #4956 from nextcloud/endless-loop-on-invalid-assetRoeland Jago Douma2017-05-193-0/+26
|\ \ \ | | | | | | | | Stop infinit loop on invalid settings css/js file
| * | | Stop infinit loop on invalid settings css/js fileJoas Schilling2017-05-193-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | Don't try to find dirname of false... Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fixed typoMiha Frangez2017-05-191-1/+1
| |/ / |/| |
* | | Merge pull request #4905 from nextcloud/auto-di-for-apps-without-app.phpJoas Schilling2017-05-191-2/+18
|\ \ \ | |/ / |/| | Allow automatic DI for apps that don't register the container in app.php
| * | Allow automatic DI for apps that don't register the container in app.phpJoas Schilling2017-05-161-2/+18
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-194-0/+14
| | |
* | | Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-193-5/+12
|\ \ \ | | | | | | | | Change 2FA activities to more generic security activities
| * | | Update autoloaderRoeland Jago Douma2017-05-182-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-181-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #4792 from nextcloud/fix-storage-wrappers-on-scannerLukas Reschke2017-05-193-2/+10
|\ \ \ \ | | | | | | | | | | Make sure we use the passed-in storage when there is one
| * | | | use unmasked permissions during scanningRobin Appelman2017-05-183-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Make sure we use the passed-in storage when there is oneJoas Schilling2017-05-101-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #4704 from nextcloud/add-oauth-code-flow-supportLukas Reschke2017-05-182-2/+14
|\ \ \ \ \ | | | | | | | | | | | | Add oauth code flow support
| * | | | | Rename table back to lowercaseLukas Reschke2017-05-181-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | delete auth token when client gets deletedBjoern Schiessle2017-05-181-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | | Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-2/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Copy avatars to the new locationJoas Schilling2017-05-181-14/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | We want to see 1 in 100 messages, not all but the 100thJoas Schilling2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix updating from some 11 versions when people didn't updateJoas Schilling2017-05-181-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Allow migrating from ownCloud 10.0.0Joas Schilling2017-05-181-1/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Add some more castingJoas Schilling2017-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Avoid problems for some DBs by removing the table completlyJoas Schilling2017-05-181-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-184-0/+183
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-05-186-8/+18
| | | |
* | | | Merge pull request #4892 from nextcloud/fix/encryption-remembered-login-hookLukas Reschke2017-05-172-1/+11
|\ \ \ \ | | | | | | | | | | Fix encryption + remembered login due to missing login hook
| * | | | Fix encryption + remembered login due to missing login hookChristoph Wurst2017-05-162-1/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encryption app relies on the post_login hook to initialize its keys. Since we do not emit it on a remembered login, the keys were always un- initialized and the user was asked to log out and in again. This patch *translates* the postRememberedLogin hook to a post_login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #4923 from nextcloud/backgroundjobs-wordingLukas Reschke2017-05-171-1/+1
|\ \ \ \ | | | | | | | | | | Change cron wording to background jobs
| * | | | Change cron wording to background jobsJan-Christoph Borchardt2017-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-174-4/+8
| | | | |