Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #2822 from nextcloud/add-navigation-via-info.xml | Morris Jobke | 2017-01-27 | 2 | -8/+107 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Force to specify the name | Joas Schilling | 2017-01-27 | 1 | -4/+7 | |
| * | | | | | Add navigation via info.xml (#26785) | Thomas Müller | 2016-12-22 | 2 | -8/+104 | |
* | | | | | | Merge pull request #3178 from nextcloud/default-value-logdateformat | Joas Schilling | 2017-01-27 | 2 | -3/+3 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | fix default value for logdateformat - fixes #3107 | Morris Jobke | 2017-01-19 | 2 | -3/+3 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #3046 from nextcloud/issue-2190-imagepath-is-root-sensitive | Lukas Reschke | 2017-01-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make sure different webroots use different cached paths | Joas Schilling | 2017-01-12 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #3284 from nextcloud/remove-avatar-fixup | Morris Jobke | 2017-01-26 | 4 | -120/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | remote now unneeded AvatarPermissions repair step | Robin Appelman | 2017-01-26 | 4 | -120/+0 | |
* | | | | | | Merge pull request #3246 from nextcloud/fix-sqlite-dependency | Morris Jobke | 2017-01-26 | 1 | -5/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove useless dependency on SQLite (non-PDO) | Morris Jobke | 2017-01-25 | 1 | -5/+3 | |
* | | | | | | | Merge pull request #3238 from nextcloud/dav-test | Lukas Reschke | 2017-01-26 | 2 | -5/+9 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Make DAV external storage test more reliable | Robin Appelman | 2017-01-24 | 2 | -5/+9 | |
* | | | | | | | Merge pull request #3197 from nextcloud/enable-scss-for-all-apps | Morris Jobke | 2017-01-25 | 2 | -10/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Appdata var fix | John Molakvoæ (skjnldsv) | 2017-01-24 | 1 | -1/+1 | |
| * | | | | | | | Remove unused webroot | John Molakvoæ (skjnldsv) | 2017-01-24 | 1 | -3/+2 | |
| * | | | | | | | Enable every app to generate their scss file | John Molakvoæ (skjnldsv) | 2017-01-22 | 2 | -9/+12 | |
* | | | | | | | | Merge pull request #3223 from nextcloud/fix-public-page-style | Björn Schießle | 2017-01-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix public page style | Morris Jobke | 2017-01-23 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #3240 from nextcloud/storage-interface-tweaks | Christoph Wurst | 2017-01-25 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | minor storage interface tweaks | Robin Appelman | 2017-01-24 | 2 | -2/+3 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #3030 from nextcloud/filesapi-renamefailcase | Morris Jobke | 2017-01-24 | 3 | -109/+82 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix files node API failed rename/copy | Vincent Petry | 2017-01-12 | 3 | -108/+81 | |
| * | | | | | | | | Refactor files node API for more code reuse | Vincent Petry | 2017-01-11 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #3151 from nextcloud/navigation-icons | Morris Jobke | 2017-01-24 | 7 | -11/+73 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | update autoloader static class files | Morris Jobke | 2017-01-19 | 2 | -0/+2 | |
| * | | | | | | | | Add the icon for the default sections | Joas Schilling | 2017-01-19 | 3 | -11/+32 | |
| * | | | | | | | | Allow apps to specify an icon with the sections via the API | Joas Schilling | 2017-01-19 | 2 | -0/+39 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #3214 from nextcloud/cache-storage-info | Robin Appelman | 2017-01-24 | 1 | -5/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | hash the path used for the cache key to prevent key length problems | Robin Appelman | 2017-01-24 | 1 | -2/+3 | |
| * | | | | | | | | cache the storage info for 5 min | Robin Appelman | 2017-01-23 | 1 | -5/+28 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-24 | 2 | -0/+26 | |
* | | | | | | | | Merge pull request #3212 from mwalbeck/mimetype-hidden-files | Robin Appelman | 2017-01-23 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Reduced code for filename trim | Magnus Walbeck | 2017-01-23 | 1 | -3/+1 | |
| * | | | | | | | | Mimetype detection for hidden files | Magnus Walbeck | 2017-01-23 | 1 | -0/+6 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #3157 from nextcloud/fcloseafterkill | Morris Jobke | 2017-01-23 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Prevent PHP request to get killed when using fclose callback (#26775) | Vincent Petry | 2017-01-23 | 2 | -0/+3 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3141 from nextcloud/subadmin-check-on-removing-user-from-... | Joas Schilling | 2017-01-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Fix CamelCasing | Joas Schilling | 2017-01-18 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #3004 from nextcloud/fix-installation-css | Lukas Reschke | 2017-01-22 | 3 | -26/+34 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Create unified css file and merge all needed data into this file | John Molakvoæ (skjnldsv) | 2017-01-10 | 2 | -9/+11 | |
| * | | | | | | Removed jquery scss | John Molakvoæ (skjnldsv) | 2017-01-10 | 2 | -19/+25 | |
* | | | | | | | Fix default of mail_smtpmode - fixes #3102 | Morris Jobke | 2017-01-19 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | add action to existing brute force protection | Bjoern Schiessle | 2017-01-18 | 1 | -3/+3 | |
* | | | | | | handle optional annotation parameters | Bjoern Schiessle | 2017-01-18 | 2 | -3/+20 | |
* | | | | | | Fix the regex for annotations with values | Joas Schilling | 2017-01-18 | 1 | -1/+1 | |
* | | | | | | introduce brute force protection for api calls | Bjoern Schiessle | 2017-01-18 | 3 | -11/+37 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #3116 from nextcloud/spreed-turnserver-secret-is-sensitive | Lukas Reschke | 2017-01-17 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make sure the spreed TURN server secret stays a secret | Joas Schilling | 2017-01-17 | 1 | -0/+4 | |
* | | | | | | Merge pull request #3075 from nils/debug-no-versionhash | Joas Schilling | 2017-01-17 | 1 | -3/+12 | |
|\ \ \ \ \ \ |