summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* save a whitespaceArthur Schiwon2014-05-231-2/+2
|
* add cli command to check a users last loginArthur Schiwon2014-05-232-0/+48
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-206-2/+31
|
* Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek2014-05-192-0/+296
|\ | | | | Command line tool to convert current database to others, except sqlite
| * Add message about unsupported Microsoft SQL Server.Andreas Fischer2014-05-091-0/+5
| |
| * Store normalised DBMS type in $type.Andreas Fischer2014-05-091-2/+2
| |
| * Pass Connection instead of AbstractSchemaManager to clearSchema().Andreas Fischer2014-04-151-8/+5
| |
| * Use exceptions for in input validation.Andreas Fischer2014-04-151-12/+9
| |
| * Do not block when nothing is passed via stdin.Andreas Fischer2014-04-151-1/+4
| |
| * Do not ask for password before input parameter validation.Andreas Fischer2014-04-151-15/+30
| |
| * Remove unnecessary sprintf.Andreas Fischer2014-04-151-8/+2
| |
| * Move (extended) input validation out into validateInput() method.Andreas Fischer2014-04-151-12/+19
| |
| * Add message for converting to SQLite being unsupported.Andreas Fischer2014-04-151-0/+7
| |
| * Use a variable for the DBMS tyoe we are converting to.Andreas Fischer2014-04-151-4/+5
| |
| * Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-1511-180/+228
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (61 commits) [tx-robot] updated from transifex Make email display name change translatable again Ignore jquery.multiselect.js - it's 3rdparty javascript code cleanup + fixing syntax errors Revert "close-button for share_dropdown" close-button for share_dropdown [tx-robot] updated from transifex The latest developer manual link The latest developer manual link p() and print_unescaped() also take arrays as parameter Check whether the user has permissions to add personal storage backends [tx-robot] updated from transifex Fix a wrong WebDAV Warning with self-signed-certs fix translation link upda mailinglist address fix contribute link default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute Correctly process request parameters other than GET or POST, dont use globals in the class but inject it [tx-robot] updated from transifex use references for middleware to fix problems on 5.3 ...
| * | Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer2014-04-141-13/+4
| | |
| * | Add error handling for --clear-schema on Oracle.Andreas Fischer2014-04-141-0/+11
| | |
| * | Do not quote table names on Oracle. They appear to be already quoted.Andreas Fischer2014-04-141-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this commit, Oracle complains as follows: [Doctrine\DBAL\DBALException] An exception occurred while executing 'INSERT INTO "oc_appconfig" ("""appid""", """configkey""", """configvalue""") VALUES (?, ?, ?)' with params ["core", "installedat", "1396972927.537"]: ORA-01741: illegal zero-length identifier
| * | Remove unnecessary +1 from PostgreSQL sequence correction query.Andreas Fischer2014-04-111-1/+1
| | |
| * | Better variable names for table arrays.Andreas Fischer2014-04-111-5/+5
| | |
| * | Improve message about tables not going to be converted. Mention --all-apps ↵Andreas Fischer2014-04-111-1/+6
| | | | | | | | | | | | option.
| * | Extract schema creation code into its own method.Andreas Fischer2014-04-091-9/+13
| | |
| * | Add option to create all app schemas instead of just installed app.Andreas Fischer2014-04-091-1/+7
| | |
| * | Do not attempt to covert to the same DBMS.Andreas Fischer2014-04-091-0/+8
| | |
| * | Move schema clearing to extra method.Andreas Fischer2014-04-091-8/+13
| | |
| * | private -> protectedAndreas Fischer2014-04-091-5/+5
| | |
| * | Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-0953-137/+1826
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (137 commits) add comment to clearify when a skip in the foreach happens remove obsolete code Always define sendmail_is_available [tx-robot] updated from transifex Make hardcoded exception messages translatable Disable sharing in trashbin app class Test_Config is already declared [tx-robot] updated from transifex using array_key_exists() instead of isset() - required because in case the value is null isset is returning false fixing undefined exception classes unit test testSetAppValueIfSetToNull() added unit tests for dynamic backend registration ignore underscore.js in scrutinizer.yml adding ownCloud globals to jshintrc: OC, t, n Use git checkout on directory as some files may not be in git resulting in, e.g.: adding underscore.js reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 translations for oc-dialogs reside in code Fix copy conflict dialog translation [tx-robot] updated from transifex ...
| * | | typos fixedThomas Müller2014-04-011-2/+5
| | | | | | | | | | | | | | | | PHPDoc comments added
| * | | Type hinting.Andreas Fischer2014-03-311-6/+10
| | | |
| * | | Some more colors.Andreas Fischer2014-03-311-2/+2
| | | |
| * | | Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-312-32/+15
| | | |
| * | | Remove unnecessary and incorrect comments.Andreas Fischer2014-03-311-8/+1
| | | |
| * | | \InvalidArgumentException is in root namespace.Andreas Fischer2014-03-311-1/+1
| | | |
| * | | Doc blocks for properties do not repeat the property name.Andreas Fischer2014-03-311-1/+1
| | | |
| * | | Use question color.Andreas Fischer2014-03-311-1/+1
| | | |
| * | | Remove whitespace at end of lines.Andreas Fischer2014-03-311-1/+1
| | | |
| * | | Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-03-31300-3159/+3399
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (663 commits) [tx-robot] updated from transifex [tx-robot] updated from transifex Sub-dir was prepended twice Sub-dir was prepended twice [tx-robot] updated from transifex Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936 Emit event after setting a new expiration for a share adding @method annotation to declare methods which can be called on the wrapped statement object Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled. don't write file if opening a stream to encrypt the data fails Do not retrieve storage stats for trash bin [tx-robot] updated from transifex prevent dimmed ocdialog div from scrolling fix breadcrumbs for IE8 enable SVG->PNG fallback for 'New' menu enable SVG->PNG fallback for newly uploaded files and folders specify logo to not repeat when container is bigger fix SVG replacement for logo so it works in IE8, fix #7866 Fix swift touch operation [tx-robot] updated from transifex ... Conflicts: 3rdparty
| * | | | Move password interaction to interact functionBart Visscher2014-02-171-12/+14
| | | | |
| * | | | Split execute function into multiple functionsBart Visscher2014-02-171-69/+89
| | | | |
| * | | | Fix namespace for ExceptionBart Visscher2014-02-121-1/+1
| | | | |
| * | | | Allow converting from any db typeBart Visscher2014-02-112-12/+5
| | | | |
| * | | | Check target DB typeBart Visscher2014-02-111-0/+3
| | | | |
| * | | | Merge branch 'master' into db-convert-toolBart Visscher2014-01-3068-221/+5690
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty
| * | | | | Postgresql needs the sequences adjusted after the insertsBart Visscher2014-01-111-0/+12
| | | | | |
| * | | | | Add option to remove all the tables from the destination databaseBart Visscher2014-01-111-2/+19
| | | | | |
| * | | | | Quote column names on insertBart Visscher2014-01-111-1/+5
| | | | | |
| * | | | | Review pointsBart Visscher2013-12-241-8/+4
| | | | | |
| * | | | | Inject config objectBart Visscher2013-12-242-11/+24
| | | | | |
| * | | | | Save the new database configBart Visscher2013-12-071-5/+23
| | | | | |
| * | | | | Add UTF8 charset to connection paramsBart Visscher2013-12-071-0/+10
| | | | | |