Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into clean-settings-layout | Morris Jobke | 2017-08-03 | 1011 | -7186/+12366 |
|\ | |||||
| * | Merge pull request #5738 from nextcloud/comradekingu-patch-3 | Morris Jobke | 2017-08-03 | 1 | -3/+3 |
| |\ | |||||
| | * | Improve spelling in LDAP | Allan Nordhøy | 2017-08-02 | 1 | -3/+3 |
| * | | Merge pull request #5959 from nextcloud/drop-logo-claim | Morris Jobke | 2017-08-03 | 6 | -11/+6 |
| |\ \ | |||||
| | * | | Logo claim is not used anymore | Morris Jobke | 2017-08-02 | 6 | -11/+6 |
| * | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-03 | 40 | -6/+158 |
| * | | | Merge pull request #5953 from nextcloud/theming-lightness-correction | Lukas Reschke | 2017-08-02 | 1 | -4/+7 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Use same lightness calculation as the SCSS compiler for theming | Julius Härtl | 2017-08-01 | 1 | -4/+7 |
| * | | | Merge pull request #5816 from nextcloud/fix-oracle | Morris Jobke | 2017-08-02 | 20 | -98/+215 |
| |\ \ \ | |||||
| | * | | | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 4 | -1/+64 |
| | * | | | Fix repair step for oracle... | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | * | | | Fix last failures with oracle | Joas Schilling | 2017-08-02 | 3 | -5/+12 |
| | * | | | Fix querybuilder and functionbuilder tests | Joas Schilling | 2017-08-02 | 2 | -25/+33 |
| | * | | | Fix ILIKE regex for oracle | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | * | | | Fix auth provider | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | * | | | Use selectAlias() | Joas Schilling | 2017-08-02 | 1 | -2/+4 |
| | * | | | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 5 | -46/+53 |
| | * | | | Fix missing escape on column and table name | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | * | | | Fix clob comparison | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | * | | | Allow to specify the table space on occ | Joas Schilling | 2017-08-02 | 1 | -0/+4 |
| | * | | | Quote aliases as well | Joas Schilling | 2017-08-02 | 2 | -10/+24 |
| | * | | | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 2 | -7/+19 |
| * | | | | Merge pull request #5682 from nextcloud/inline-svg-icon | Morris Jobke | 2017-08-02 | 6 | -15/+22 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Replace `include` with `file_get_contents` | Marin Treselj | 2017-08-02 | 1 | -1/+1 |
| | * | | | Proof of concept #5593 - inline SVG icon for icon-contacts | Marin Treselj | 2017-08-02 | 6 | -15/+22 |
| |/ / / | |||||
| * | | | Merge pull request #5920 from nextcloud/gallery-share-view-fix | Morris Jobke | 2017-08-02 | 4 | -10/+10 |
| |\ \ \ | |||||
| | * | | | Make sure this still works in other apps. | Marin Treselj | 2017-08-02 | 1 | -4/+4 |
| | * | | | Change id to class in the main share template | Marin Treselj | 2017-07-31 | 1 | -2/+2 |
| | * | | | Fixes nextcloud/gallery#269 | Marin Treselj | 2017-07-28 | 3 | -8/+8 |
| * | | | | Merge pull request #4790 from nextcloud/fix-comparisons-in-apps | Morris Jobke | 2017-08-02 | 31 | -143/+139 |
| |\ \ \ \ | |||||
| | * | | | | Remove undocumented config | Joas Schilling | 2017-08-01 | 1 | -77/+73 |
| | * | | | | Fix versions app | Joas Schilling | 2017-08-01 | 1 | -3/+3 |
| | * | | | | Fix file size comparison | Joas Schilling | 2017-08-01 | 1 | -2/+2 |
| | * | | | | Fix comparisions in the trashbin app | Joas Schilling | 2017-08-01 | 2 | -2/+2 |
| | * | | | | Fix comparisons in the sharing app | Joas Schilling | 2017-08-01 | 5 | -10/+10 |
| | * | | | | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 9 | -26/+26 |
| | * | | | | Fix comparisons in the files app | Joas Schilling | 2017-08-01 | 3 | -3/+3 |
| | * | | | | Fix comparison in the ldap app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
| | * | | | | Fix comparisons in the versions app | Joas Schilling | 2017-08-01 | 2 | -12/+12 |
| | * | | | | Fix comparisons in the dav app | Joas Schilling | 2017-08-01 | 7 | -9/+9 |
| | * | | | | Fix comparisons in encryption app | Joas Schilling | 2017-08-01 | 2 | -4/+4 |
| * | | | | | Merge pull request #5956 from nextcloud/proper-update-notification-layout | Morris Jobke | 2017-08-02 | 4 | -20/+52 |
| |\ \ \ \ \ | |||||
| | * | | | | | Improve update notification layout and show non-default update server | Morris Jobke | 2017-08-02 | 4 | -20/+52 |
| * | | | | | | Merge pull request #5923 from nextcloud/expire-federation-jobs | Roeland Jago Douma | 2017-08-02 | 15 | -219/+400 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Close all the cursors | Joas Schilling | 2017-08-02 | 1 | -12/+26 |
| | * | | | | | | Use automatic injection whenever possible | Joas Schilling | 2017-08-02 | 6 | -80/+38 |
| | * | | | | | | Use ITimeFactory | Roeland Jago Douma | 2017-08-01 | 9 | -103/+231 |
| | * | | | | | | we don't need to remove the job manually here, even if we ask once more the o... | Bjoern Schiessle | 2017-08-01 | 2 | -11/+0 |
| | * | | | | | | update unit tests | Bjoern Schiessle | 2017-08-01 | 2 | -12/+34 |
| | * | | | | | | cleanup constructors | Bjoern Schiessle | 2017-08-01 | 2 | -53/+33 |