Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8416 from owncloud/sharing_keep_mount_points_visible | Björn Schießle | 2014-05-21 | 10 | -78/+432 |
|\ | | | | | [sharing] move the mount point up if the parent folder no longer exists | ||||
| * | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 10 | -78/+432 |
| | | | | | | | | subfolder no longer exists | ||||
* | | Merge pull request #8652 from owncloud/logfile_rotate | Morris Jobke | 2014-05-21 | 1 | -1/+2 |
|\ \ | | | | | | | rotate custom logfile if defined | ||||
| * | | use custom logfile path if defined, otherwise use default of owncloud.log in ↵ | scolebrook | 2014-05-20 | 1 | -1/+2 |
| | | | | | | | | | | | | data directory | ||||
* | | | Merge pull request #8612 from owncloud/share-updateshareiconsafterrename | Björn Schießle | 2014-05-21 | 2 | -35/+73 |
|\ \ \ | |_|/ |/| | | [master] Fixed issues with renaming | ||||
| * | | Fixed issues with renaming | Vincent Petry | 2014-05-16 | 2 | -35/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | - summary is now untouched on rename instead of bogus incrementation - fixes "Share" status icon by only triggring "fileActionsReady" once - row is now reinserted even when rename is cancelled, this removes the hacky/buggy code that tried to rename the element back - added unit tests to cover the fixed cases | ||||
* | | | Merge pull request #8646 from owncloud/publicshare-fixes | Björn Schießle | 2014-05-21 | 3 | -24/+31 |
|\ \ \ | | | | | | | | | [master] Fixed for public link page | ||||
| * | | | Fixed JS issues in public page | Vincent Petry | 2014-05-20 | 2 | -23/+30 |
| | | | | | | | | | | | | | | | | | | | | - fixed subdir detection when uploading into subdir - add class detection before overriding to avoid JS errors | ||||
| * | | | Fixed download URL in public page | Vincent Petry | 2014-05-20 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #8637 from owncloud/enc_improved_error_handling | Vincent Petry | 2014-05-21 | 2 | -3/+49 |
|\ \ \ | |/ / |/| | | [encryption] improved error handling during password change | ||||
| * | | only start migration if the encryption was initialized; allow to overwrite ↵ | Bjoern Schiessle | 2014-05-19 | 2 | -3/+49 |
| | | | | | | | | | | | | keys if no files exists | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-20 | 83 | -322/+11920 |
| | | | |||||
* | | | Merge pull request #8639 from owncloud/drop-brief | Thomas Müller | 2014-05-19 | 130 | -864/+884 |
|\ \ \ | | | | | | | | | Remove all occurences of @brief and @returns from PHPDoc | ||||
| * | | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 130 | -868/+888 |
| | | | | | | | | | | | | | | | | * test case added to avoid adding them later | ||||
* | | | | Merge pull request #6457 from owncloud/db-convert-tool | Frank Karlitschek | 2014-05-19 | 5 | -98/+495 |
|\ \ \ \ | |/ / / |/| | | | Command line tool to convert current database to others, except sqlite | ||||
| * | | | fixing typos and adding PHPDoc | Thomas Müller | 2014-05-12 | 1 | -2/+3 |
| | | | | |||||
| * | | | Add message about unsupported Microsoft SQL Server. | Andreas Fischer | 2014-05-09 | 1 | -0/+5 |
| | | | | |||||
| * | | | Store normalised DBMS type in $type. | Andreas Fischer | 2014-05-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | Pass Connection instead of AbstractSchemaManager to clearSchema(). | Andreas Fischer | 2014-04-15 | 1 | -8/+5 |
| | | | | |||||
| * | | | Use exceptions for in input validation. | Andreas Fischer | 2014-04-15 | 1 | -12/+9 |
| | | | | |||||
| * | | | Do not block when nothing is passed via stdin. | Andreas Fischer | 2014-04-15 | 1 | -1/+4 |
| | | | | |||||
| * | | | Do not ask for password before input parameter validation. | Andreas Fischer | 2014-04-15 | 1 | -15/+30 |
| | | | | |||||
| * | | | Remove unnecessary sprintf. | Andreas Fischer | 2014-04-15 | 1 | -8/+2 |
| | | | | |||||
| * | | | Move (extended) input validation out into validateInput() method. | Andreas Fischer | 2014-04-15 | 1 | -12/+19 |
| | | | | |||||
| * | | | Add message for converting to SQLite being unsupported. | Andreas Fischer | 2014-04-15 | 1 | -0/+7 |
| | | | | |||||
| * | | | Use a variable for the DBMS tyoe we are converting to. | Andreas Fischer | 2014-04-15 | 1 | -4/+5 |
| | | | | |||||
| * | | | Add Bart to PgSqlTools copyright. | Andreas Fischer | 2014-04-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-04-15 | 466 | -6395/+8598 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Fischer | 2014-04-14 | 2 | -13/+43 |
| | | | | | |||||
| * | | | | Add error handling for --clear-schema on Oracle. | Andreas Fischer | 2014-04-14 | 1 | -0/+11 |
| | | | | | |||||
| * | | | | Do not quote table names on Oracle. They appear to be already quoted. | Andreas Fischer | 2014-04-14 | 1 | -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 Fischer | 2014-04-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Better variable names for table arrays. | Andreas Fischer | 2014-04-11 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Improve message about tables not going to be converted. Mention --all-apps ↵ | Andreas Fischer | 2014-04-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | option. | ||||
| * | | | | Extract schema creation code into its own method. | Andreas Fischer | 2014-04-09 | 1 | -9/+13 |
| | | | | | |||||
| * | | | | Add option to create all app schemas instead of just installed app. | Andreas Fischer | 2014-04-09 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | Do not attempt to covert to the same DBMS. | Andreas Fischer | 2014-04-09 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Move schema clearing to extra method. | Andreas Fischer | 2014-04-09 | 1 | -8/+13 |
| | | | | | |||||
| * | | | | private -> protected | Andreas Fischer | 2014-04-09 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-04-09 | 933 | -25481/+37761 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 fixed | Thomas Müller | 2014-04-01 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPDoc comments added | ||||
| * | | | | | Undo 3rdparty update. | Andreas Fischer | 2014-03-31 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | Type hinting. | Andreas Fischer | 2014-03-31 | 1 | -6/+10 |
| | | | | | | |||||
| * | | | | | Some more colors. | Andreas Fischer | 2014-03-31 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Deduplicate connection handling code into \OC\DB\ConnectionFactory | Andreas Fischer | 2014-03-31 | 4 | -130/+173 |
| | | | | | | |||||
| * | | | | | Remove unnecessary and incorrect comments. | Andreas Fischer | 2014-03-31 | 1 | -8/+1 |
| | | | | | | |||||
| * | | | | | \InvalidArgumentException is in root namespace. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Doc blocks for properties do not repeat the property name. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use question color. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Remove whitespace at end of lines. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 |
| | | | | | |