Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21850 from owncloud/more-output-for-integrity-check | Thomas Müller | 2016-01-22 | 1 | -0/+6 |
|\ | | | | | Print output for integrity check during ./occ upgrade | ||||
| * | Print output for integrity check during ./occ upgrade | Morris Jobke | 2016-01-22 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #21849 from owncloud/add-custom-marker-into-htaccess | Thomas Müller | 2016-01-22 | 1 | -0/+1 |
|\ \ | | | | | | | Add custom marker into htaccess and execute integrity check after installation | ||||
| * | | Run on installer | Lukas Reschke | 2016-01-22 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #21816 from ↵ | Thomas Müller | 2016-01-22 | 2 | -9/+19 |
|\ \ \ | |_|/ |/| | | | | | | | | owncloud/require-a-specific-path-instead-of-autoguessing Use path instead of app id for occ app signing | ||||
| * | | Use path instead of app id | Lukas Reschke | 2016-01-20 | 2 | -9/+19 |
| | | | | | | | | | | | | | | | | | | This change requires the usage of a path instead of the App ID when signing code. This has the advantage that developers can also sign code under a different location to make it easier. (e.g. remove `.git`, …) Also it adds an example command usage as well as a link to the documentation | ||||
* | | | Add a default app icon for apps that don't have one | Joas Schilling | 2016-01-22 | 1 | -0/+4 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-22 | 148 | -1140/+1140 |
| | | |||||
* | | Move getDescriptiveTag to core | Joas Schilling | 2016-01-21 | 4 | -3/+99 |
| | | |||||
* | | Merge pull request #21797 from owncloud/proper-controller-in-core | Thomas Müller | 2016-01-21 | 9 | -45/+14 |
|\ \ | | | | | | | Move controller in core/ to a common subfolder | ||||
| * | | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 6 | -38/+7 |
| | | | | | | | | | | | | | | | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword | ||||
| * | | move user controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -2/+2 |
| | | | |||||
| * | | move setup controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -2/+2 |
| | | | |||||
| * | | move avatar controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #20847 from owncloud/systemtags-ui | Thomas Müller | 2016-01-21 | 12 | -3/+1134 |
|\ \ \ | |_|/ |/| | | System tags sidebar section | ||||
| * | | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 12 | -22/+1094 |
| | | | | | | | | | | | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
| * | | Implement toggleselect extension for select2 | Vincent Petry | 2016-01-19 | 1 | -0/+59 |
| | | | | | | | | | | | | To make it possible to toggle selected values inside the dropdown | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 4 | -4/+48 |
|/ / | |||||
* | | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 2 | -6/+37 |
| | | |||||
* | | Make it possible to disable apps via the console, which are not enabled for ↵ | Joas Schilling | 2016-01-19 | 2 | -3/+16 |
| | | | | | | | | the current user | ||||
* | | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 2 | -5/+17 |
|/ | | | | also when they are not enabled for the current user | ||||
* | update JS humanFileSize to use KB instead of kB | Morris Jobke | 2016-01-19 | 2 | -7/+7 |
| | |||||
* | Run the command once again | Joas Schilling | 2016-01-18 | 1 | -13/+13 |
| | |||||
* | Sort the list before saving | Joas Schilling | 2016-01-18 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-17 | 4 | -0/+156 |
| | |||||
* | Backbone transport for Webdav | Vincent Petry | 2016-01-16 | 5 | -0/+736 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-16 | 2 | -0/+2 |
| | |||||
* | Merge pull request #21370 from owncloud/system-certs-occ | Thomas Müller | 2016-01-15 | 4 | -0/+226 |
|\ | | | | | Add occ commands to manager trusted certificates | ||||
| * | Add occ commands to manager trusted certificates | Robin Appelman | 2016-01-13 | 4 | -0/+226 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-15 | 4 | -0/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-14 | 4 | -0/+44 |
| | | |||||
* | | Merge pull request #21676 from owncloud/fix-setup-login-input-shadows | Thomas Müller | 2016-01-13 | 1 | -2/+3 |
|\ \ | |/ |/| | fix login/setup page input shadows | ||||
| * | fix login/setup page input shadows | Christoph Wurst | 2016-01-13 | 1 | -2/+3 |
| | | | | | | | | fixes #21658 | ||||
* | | Merge pull request #21659 from ErikPel/cssfix | Thomas Müller | 2016-01-13 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed #21542 | ||||
| * | | Fixed #21542 | Erik Pellikka | 2016-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Changed to 5 pixel | ||||
* | | | Merge pull request #21630 from owncloud/add-some-security-headers-as-hardening | Thomas Müller | 2016-01-13 | 2 | -12/+41 |
|\ \ \ | |_|/ |/| | | Add X-Download-Options and X-Permitted-Cross-Domain-Policies | ||||
| * | | Add X-Download-Options and X-Permitted-Cross-Domain-Policies | Lukas Reschke | 2016-01-12 | 2 | -12/+41 |
| | | | | | | | | | | | | Two small security hardenings for our IE users and those with Adobe products. Aligns it more with https://github.com/twitter/secureheaders#secureheaders--- | ||||
* | | | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 61 | -72/+78 |
|\ \ \ | | | | | | | | | Update license headers 2016 | ||||
| * | | | Happy new year! | Thomas Müller | 2016-01-12 | 61 | -72/+78 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-13 | 12 | -76/+130 |
| | | | |||||
* | | | Merge pull request #21640 from owncloud/add-config-to-disable-wellknown-check | Thomas Müller | 2016-01-12 | 2 | -3/+18 |
|\ \ \ | |/ / |/| | | Add config switch to disable the .well-known URL check | ||||
| * | | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 2 | -3/+18 |
| |/ | |||||
* / | Show the well-known URL check as info instead of error | Morris Jobke | 2016-01-12 | 2 | -2/+2 |
|/ | | | | * ref https://github.com/owncloud/core/pull/21562#issuecomment-170344549 | ||||
* | Merge pull request #21628 from owncloud/deprecated_secure_random_funcions | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
|\ | | | | | Replace deprecated function calls to SecureRandom | ||||
| * | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-12 | 6 | -0/+26 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-11 | 10 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-10 | 14 | -18/+54 |
| | |||||
* | Merge pull request #21562 from owncloud/properly-check-for-well-known-redirect | Thomas Müller | 2016-01-09 | 3 | -0/+57 |
|\ | | | | | Add check for .well-known URL in the root of the webservers URL | ||||
| * | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 3 | -0/+57 |
| | | | | | | | | * fixes #20012 |